<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@font-face {
	font-family: "beb";
	src: url("../fonts/BEBASNEUE.OTF");
}

@font-face {
	font-family: "qtf";
	src: url("../fonts/Quantify Bold.ttf");
}

@font-face {
	font-family: "ali";
	src: url("../fonts/Alibaba-PuHuiTi-Light.otf");
}

@font-face {
	font-family: "acc";
	src: url("../fonts/ACCIDENTALPRESIDENCY.TTF");
}

@font-face {
	font-family: "syst";
	src: url(../fonts/SourceHanSansCN-Normal.otf);
}

@font-face {
	font-family: "syst-blod";
	src: url(../fonts/SourceHanSerifCN-Bold.otf);
}
@font-face{
	font-family: "bod";
	src: url(../fonts/bodonibkbtbook.ttf);
}
@font-face{
	font-family: "cen";
	src: url(../fonts/CentSchbkCyrill.ttf);
}
body {
	/* max-width: 1920px; */
	margin: 0 auto;
	overflow-x: hidden;
}

/* input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
} */

input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
	outline: 0;
	opacity: 1;
	pointer-events: initial;
	cursor: pointer;
}

/*sidebar*/
.sidebar-wrapper {
	position: relative;
	height: 100%;
	overflow: auto;
	display: none;
}

#dowebok {
	background-color: rgba(0, 0, 0, 0.6);
}

#dowebok .nav {
	margin-top: 80px;
	list-style-type: none;
	color: #fff;
	border-bottom: none;
}

#dowebok .nav li {
	display: block;
	line-height: 55px;
	font-size: 18px;
	position: relative;
}

#dowebok .nav li a {
	display: block;
	padding: 0 20px;
	height: 100%;
	border-bottom: 1px solid #666;
}

#dowebok .nav a:hover {
	background-color: #000;
}

[data-simplersidebar="active"] {
	box-shadow: 3px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

@media(max-width:768px){
	#dowebok .nav li{
		font-size: 16px;
	}
}

/*index*/
.header{
	padding: 20px 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: all ease-in-out 0.5s;
}

.header .header_box h1 {
	width: 200px;
	height: 69px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

.header .header_box h1 a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.header .header_box .header_nav ul li {
	float: left;
	color: #fff;
	font-size: 16px;
	padding-right: 55px;
	line-height: 30px;
}

.header .header_box .header_nav ul li:hover,
.header .header_box .header_nav ul li.on{
	font-weight: bold;
}

.header .header_box .header_nav ul li a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.header .header_box .header_nav ul li:last-child {
	padding-right: 0;
}


/* .header .header_box .button{
	padding-right: 40px;
} */
.header .header_box .button .en{
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	padding-left: 50px;
	margin-left: 22px;
	border-left: 1px solid #dcdcdc;
	float: right;
	position: relative;
}
.header .header_box .button .en h4{
	cursor: pointer;
}
.header .header_box .button .en ul{
	position: absolute;
	bottom: -40px;
	left: 52px;
	display: none;
	z-index: 9999;
}

.header .header_box .button .en ul li{
	font-size: 14px;
	line-height: 18px;
	color: #403f3b;
}

.header .header_box .button .en::after{
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/en1.png);
	position: absolute;
	top: -1px;
	left: 15px;
}

.header .button .search {
	float: right;
	width: 17px;
	height: 18px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/search.png);
	/* margin-top: 17px; */
	cursor: pointer;
	float: left;
}

.header .menu {
	width: 24px;
	height: 15px;
	display: inline-block;
	float: right;
	cursor: pointer;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-left: 20px;
	margin-top: 1px;
}

.header .header_form {
	position: absolute;
	left: 0;
	bottom: -75px;
	background: rgba(255, 255, 255, 0.8);
	z-index: 666;
	padding: 15px 0;
	text-align: center;
	width: 100%;
	height: 45px;
	overflow: hidden;
	display: none;
}

.header .header_form form {
	height: 45px;
	line-height: 45px;
	display: inline-block;
	max-width: 700px;
	width: 100%;
	position: relative;
}

.header .header_form form input.text {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	text-indent: 10px;
	border-bottom: 1px solid #ccc;
}

.header .header_form form input.submit {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 45px;
	background-image: url(../images/search_btn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	cursor: pointer;
}



/*鼠标触碰header*/
.header:hover .header_box .header_nav ul li{
	color: #403f3b;
}
.header:hover{
	background-color: #fff;
}
.header:hover .button .search{
	background-image: url(../images/search2.png);
}
.header:hover .header_box h1{
	background-image: url(../images/logo2.png);
}
.header:hover .header_box .button .en::after{
	background-image: url(../images/en11.png);
}
.header:hover .header_box .button .en{
	color: #403f3b;
}
.header:hover .menu{
	background-image: url(../images/menu2.png);
}


@media(max-width:1200px){
	.header{
		padding: 10px 0;
	}
	.header .header_box h1{
		width: 160px;
		/* height: 60px; */
	}
	.header .header_box .header_nav ul li{
		padding-right: 45px;
		font-size: 15px;
	}
}

@media(max-width:992px){
	.header .header_box .button .en{
		padding-left: 15px;
		margin-left: 15px;
	}
	.header .header_box .button .en::after{
		display: none;
	}
	.header .header_box h1{
		width: 150px;
		/* height: 60px; */
	}
}

@media(max-width:768px){
	.header .header_box h1{
		width: 120px;
		/* height: 55px; */
	}
	.header{
		padding: 8px 0;
	}
}



.ibanner {
	font-size: 0;
	width: 100%;
}

.ibanner img {
	width: 100%;
}

.ibanner .swiper-pagination{
	top: auto;
	bottom: 40px;
}

.banner {
	font-size: 0;
	width: 100%;
}

.banner img{
	width: 100%;
}

.ibanner .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	opacity: 1;
	background-color: #fff;
	border: 1px solid #fff;
	margin: 0 8px!important;
}

.ibanner .swiper-pagination-bullet-active{
	background-color: #d4bb85;
	border: 1px solid #d4bb85;
}

@media(max-width:1500px){
	.ibanner .swiper-pagination{
		bottom: 20px;
	}
	.ibanner .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
}

@media(max-width:992px){
	.ibanner .swiper-pagination{
		bottom: 15px;
	}
	.ibanner .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
}

@media(max-width:768px){
	.ibanner .swiper-pagination-bullet{
		width: 7px;
		height: 7px;
		margin: 0 6px!important;
	}
}


.tit1{
	text-align: center;
	margin-bottom: 65px;
}
.tit1 h2{
	font-size: 36px;
	color: #000;
	margin-bottom: 32px;
	font-family: 'ali';
}

.tit1 p{
	font-size: 16px;
	line-height: 36px;
	color: #666;
}

.index1{
	background-color: #e7e7e7;
	padding: 90px 0 130px;
}

.index1 .index1_box{
	position: relative;
}

.index1 .hd{
	position: absolute;
	left: 0;
	top: 30%;
}

.index1 .hd ul li {
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  width: 118px;
  background-color: #ccc;
  margin-bottom: 10px;
  text-align: center;
}

.index1 .hd ul li.on{
	background-color: #d4bd87;
}

/*.index1 .hd ul li{
	font-size: 18px;
	line-height: 72px;
	color: #999999;
	position: relative;
	box-sizing: border-box;
	padding-left: 15px;
}

.index1 .hd ul li::after{
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 70px;
	height: 4px;
	background-color: #016051;
	display: none;
}

.index1 .hd ul li.on::after,
.index1 .hd ul li:hover::after{
	display: block;
}*/

.index1 .bd{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.index1 .item .pic_box{
	width: 100%;
	height: 650px;
	overflow: hidden;

}

.index1 .item .pic_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index1 .item .mask{
	position: absolute;
	width: 500px;
	height: 536px;
	right: 0;
	top: 0;
	background-color: rgba(13, 8, 6, 80%);
}

.index1 .item .mask .text_box{
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	text-align: center;
}

.index1 .item .text_box2{
	font-size: 14px;
	line-height: 24px;
	color: #7b7b7b;
	width: 65%;
	margin: 0 auto;
	text-align: center;
	height: 72px;
}

.index1 .button{
	position: absolute;
	right: 30px;
	top: 40%;
}

/* .index1 .button::after{
	content: "";
	width: 25px;
	height: 1px;
	position: absolute;
	top: 15px;
	left: 0;
	background-color: #999999;
} */

.index1 .button .prev{
	width: 8px;
	height: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/index1_top.png);
	margin-bottom: 15px;
	cursor: pointer;
}

.index1 .button .next{
	width: 8px;
	height: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/index1_bottom.png);
	margin-top: 15px;
	cursor: pointer;
}

@media(max-width:1400px){
	.index1{
		padding: 80px 0 100px;
	}
	.tit1 h2{
		margin-bottom: 14px;
		font-size: 30px;
	}
	.index1 .bd{
		width: 1000px;
	}
	.index1 .hd ul li{
		font-size: 16px;
		padding-left: 0;
	}
	.index1 .hd ul li::after{
		width: 100%;
		left: 0;
	}
	.index1 .item .pic_box,
	.index1 .item .mask{
		height: 500px;
	}
	.index1 .item .mask{
		width: 450px;
	}
	
}

@media(max-width:1200px){
	.index1{
		padding: 60px 0;
	}
	.index1 .bd{
		width: 850px;
	}
	.index1 .item .pic_box,
	.index1 .item .mask{
		height: 450px;
	}
	.index1 .item .mask{
		width: 400px;
	}
	.index1 .item .text_box2{
		width: 100%;
		height: auto;
	}
	.index1 .tit1{
		margin-bottom: 45px;
	}
	.tit1 h2{
		font-size: 26px;
	}
	.tit1 p{
		font-size: 15px;
	}

}

@media(max-width:992px){
	.index1{
		padding: 50px 0;
	}
	.index1 .tit1{
		margin-bottom: 10px;
	}
	.index1 .bd{
		width: 100%;
	}
	.index1 .item .mask .text_box{
		font-size: 14px;
	}

	.index1 .hd{
		position: initial;
		text-align: center;
		margin-bottom: 20px;
	}
	.index1 .hd ul{
		display: inline-block;
	}
	.index1 .hd ul li{
		float: left;
		margin-right: 30px;
	}
	.index1 .hd ul li:last-child{
		margin-right: 0;
	}

	.index1 .button{
		position: initial;
		margin-top: 30px;
		margin-left:48%;
	}
	.index1 .item .pic_box{
		margin-bottom: 40px;
	}
	.index1 .button .prev{
		float: left;
		margin-right: 30px;
		margin-bottom: 0;
		transform: rotateZ(-90deg);
	}
	.index1 .button .next{
		float: left;
		margin-top: 0;
		transform: rotateZ(-90deg);
	}
}

@media(max-width:768px){
	.index1{
		padding: 45px 0;
	}
	.tit1 h2{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.tit1 p{
		font-size: 14px;
		line-height: 28px;
	}
	.index1 .item .pic_box, .index1 .item .mask{
		height: 400px;
	}
	.index1 .item .mask{
		width: 45%;
	}
	.index1 .item .mask .text_box{
		font-size: 13px;
		line-height: 30px;
	}
	.index1 .item .text_box2{
		font-size: 13px;
	}
	.index1 .hd ul li{
		font-size: 14px;
		margin-right: 10px;
		line-height: 32px;
	}
	.index1 .hd ul li::after{
		height: 2px;
		bottom: 0;
	}
	.index1 .item .pic_box{
		margin-bottom: 30px;
	}
}

@media(max-width:580px){
	.index1{
		padding: 35px 0;
	}
	.tit1 h2{
		font-size: 19px;
	}
	.index1 .item .pic_box, .index1 .item .mask{
		height: 350px;
	}
	.index1 .item .mask .text_box{
		font-size: 12px;
		line-height: 26px;
	}
	.index1 .item .text_box2{
		font-size: 12px;
	}
}

@media(max-width:480px){
	.index1 .hd ul li {
	  width: 162px;
	}
	.index1 .item .mask{
		width: 50%;
	}
	.index1 .button{
		margin-left:44%;
	}
}

@media(max-width:370px){
	.index1 .hd ul li {
	  width: 60px;
	}
	.index1 .item .pic_box, .index1 .item .mask{
		height: 300px;
	}
}


.index2{
	/* position: relative; */
}
.index2 .index2_1{
	width: 46%;
	height: 700px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/index2_1.jpg);
	float: left;
}

.index2 .index2_1 .text {
	width: 270px;
	margin: 0 auto;
	margin-top: 105px;
}

.index2 .index2_1 .text i{
	font-size: 48px;
	color: #fff;
	line-height: 60px;
	display: inline-block;
}

.index2 .index2_1 .text h4{
	font-size: 36px;
	color: #fff;
	margin-bottom: 18px;
}

.index2 .index2_1 .text p{
	font-size: 16px;
	color: #fff;
	margin-bottom: 30px;
}

.index2 .index2_1 .text a.more{
	width: 216px;
	height: 48px;
	line-height: 48px;
	display: inline-block;
	text-align: center;
	border: 1px solid #ffffff;
	color: #fff;
	font-size: 15px;
}

.index2 .index2_1 .text a.more:hover{
	background-color: #016051;
	border: 1px solid #016051;
	color: #fff;
}

.index2 .index2_2{
	float: right;
	width: 54%;
	height: 631px;
	overflow: hidden;
}

.index2 .index2_2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease-in-out;
}

.index2 .index2_2 img:hover{
	transform: scale(1.1);
}

/* .index2 .main{
	position: relative;
} */

.index2 .index2_3{
	width: 56%;
	height: 511px;
	overflow: hidden;
	float: left;
	transform: translate(0, -160px);
}

.index2 .index2_3 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease-in-out;
}

.index2 .index2_3 img:hover{
	transform: scale(1.1);
}

.index2 .index2_4{
	float: right;
	width: 44%;
	box-sizing: border-box;
	padding: 120px 0 0 100px;
}

.index2 .index2_4 .text{
	font-size: 16px;
	line-height: 48px;
	color: #666;
	position: relative;
}

.index2 .index2_4 .text::before{
	content: "";
	width: 35px;
	height: 24px;	
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/index2_icon1.png);
	position: absolute;
	left: -40px;
	top: -20px;
}

.index2 .index2_4 .text::after{
	content: "";
	width: 35px;
	height: 24px;	
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/index2_icon2.png);
	position: absolute;
	right: -50px;
	bottom: -20px;
}

.index2 .index2_4 .text p{
	text-indent: 35px;
}

.index2 .index2_4 em{
	display: inline-block;
	width: 194px;
	height: 60px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/index2_icon3.png);
	margin-left: 130px;
	margin-top: 65px;

}

.index2 .index2_4 em:hover{
	animation: rubberBand 1s;
}

@media(max-width:1600px){
	.index2 .index2_4{
		width: 40%;
    	padding: 38px 0 0 88px;
    	float: left;
	}
	.index2 .index2_4 .text::after{
		right: -22px;
	}
	.index2 .index2_3{
		width: 51%;
		height: 480px;
    	transform: translate(0, -120px);
	}
	.index2 .index2_1{
		height: 600px;
	}
	.index2 .index2_2{
		height: 530px;
	}
	.index2 .index2_1 .text i{
		font-size: 36px;
		line-height: 52px;
	}
	.index2 .index2_1 .text h4{
		font-size: 32px;
	}
}

@media(max-width:1200px){
	.index2 .index2_1 .text i {
		font-size: 30px;
		line-height: 48px;
	}
	.index2 .index2_1 .text h4{
		font-size: 26px;
	}
	.index2 .index2_1 .text a.more{
		width: 170px;
		height: 40px;
		line-height: 40px;
	}
	.index2 .index2_1{
		height: 500px;
	}
	.index2 .index2_2{
		height: 430px;
	}
	.index2 .index2_3{
		height: 440px;
	}
	.index2 .index2_3 {
		width: 51%;
		height: 400px;
		transform: translate(0, -95px);
	}
	.index2 .index2_4 .text{
		line-height: 38px;
	}
	.index2 .index2_4 em{
		height: 45px;
	}
	.index2 .index2_4{
		width: 42%;
	}
	.index2 .index2_4 .text::before,
	.index2 .index2_4 .text::after{
		width: 30px;
		height: 20px;
	}
}

@media(max-width:992px){
	.index2 .index2_1 .text i{
		font-size: 26px;
	}
	.index2 .index2_1 .text h4{
		font-size: 22px;
	}
	.index2 .index2_1 .text a.more{
		width: 130px;
		height: 35px;
		line-height: 35px;
	}
	.index2 .index2_2{
		height: 450px;
	}
	.index2 .index2_1 .text{
		margin-top: 60px;
	}
	.index2 .index2_3 {
		transform: translate(0, -50px);
	}
	.index2 .index2_1 .text{
		margin-top: 95px;
	}
	.index2 .index2_4 em{
		width: 140px;
		height: 35px;
	}
	.index2 .index2_4{
		width: 45%;
		padding: 60px 0 0 70px
	}
	.index2 .index2_4 .text::before, .index2 .index2_4 .text::after {
		width: 25px;
		height: 15px;
	}
	.index2 .index2_4 .text::before{
		left: -25px;
		top: -10px
	}
	.index2 .index2_4 .text{
		font-size: 15px;
		line-height: 34px;
	}
}

@media(max-width:768px){
	.index2 .index2_3{
		display: none;
	}
	.index2 .index2_1,.index2 .index2_2{
		height: 420px;
	}
	.index2 .index2_4{
		width: 100%;
		padding: 30px 15px;
	}
	.index2 .index2_4 em{
		margin-top: 30px;
		float: right;
		width: 120px;
    	height: 30px;
	}
	.index2 .index2_1 .text i{
		font-size: 22px;
		line-height: 35px;
	}
	.index2 .index2_1 .text h4{
		font-size: 19px;
	}
	.index2 .index2_1 .text p{
		font-size: 14px;
	}
	.index2 .index2_1 .text a.more{
		font-size: 14px;
		width: 100px;
	}
	.index2 .index2_1 .text{
		width: auto;
		margin-left: 20px;
	}
	.index2 .index2_4 .text::before, .index2 .index2_4 .text::after{
		width: 20px;
		height: 10px;
	}
	.index2 .index2_4 .text::before {
		left: -15px;
		top: -5px;
	}
	.index2 .index2_4 .text::after{
		right: -15px;
		bottom: -5px;
	}
}

@media(max-width:580px){
	.index2 .index2_1, .index2 .index2_2{
		height: 380px;
	}
	.index2 .index2_1 .text{
		margin-top: 60px;
	}
	.index2 .index2_1 .text i{
		font-size: 20px;
	}
	.index2 .index2_1 .text a.more {
		font-size: 12px;
		width: 90px;
		height: 30px;
		line-height: 30px;
	}
	.index2 .index2_4 em{
		width: 90px;
		height: 25px;
	}
}

@media(max-width:480px){
	.index2 .index2_1, .index2 .index2_2{
		height: 350px;
	}
	.index2 .index2_1 .text i{
		font-size: 18px;
	}
	.index2 .index2_1 .text h4{
		font-size: 16px;
	}
	.index2 .index2_1{
		width: 55%;
	}
	.index2 .index2_2{
		width: 45%;
	}
}

.index3{
	background-color: #dedede;
	padding: 110px 0 90px;
}

.index3 .item{
	float: left;
	width: 30%;
	height: 359px;
	position: relative;
	margin-right: 1%;
}

.index3 .item:nth-child(3),
.index3 .item:nth-child(5){
	margin-right: 0;
}
.index3 .item:nth-child(2),
.index3 .item:nth-child(3){
	margin-bottom: 22px;
}

.index3 .item:first-child{
	width: 38%;
	height: 739px;
}

.index3 .item .pic_box{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.index3 .item .pic_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease-in-out;
}

.index3 .item .pic_box img:hover{
	transform: scale(1.1);
}

.index3 .item .text{
	position: absolute;
	bottom: 25px;
	right: 20px;
	text-align: right;
}

.index3 .item .text h4{
	font-size: 18px;
	color: #fff;
	line-height: 36px;
	text-align: right;
	padding-left: 15px;
	display: inline-block;
	position: relative;
}
.index3 .item .text h4::after{
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 3px;
	height: 24px;
	background-color: #024e41;
}

.index3 .item .text i{
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}

.index3 .bottom_text p{
	font-size: 16px;
	line-height: 36px;
	color: #2f2f31;
	font-family: 'ali';
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-top: 60px;
}

@media(max-width:1200px){
	.index3{
		padding: 70px 0;
	}
	.index3 .tit1{
		margin-bottom: 50px;
	}
	.index3 .item{
		height: 310px;
	}
	.index3 .item:first-child{
		height: 642px;
	}
}

@media(max-width:992px){
	.index3{
		padding: 55px 0;
	}
	.index3 .tit1{
		margin-bottom: 45px;
	}
	.index3 .item{
		height: 250px;
	}
	.index3 .item:first-child{
		height: 522px;
	}
	.index3 .item .text h4{
		font-size: 16px;
	}
	.index3 .bottom_text p{
		margin-top: 50px;
	}
}

@media(max-width:768px){
	.index3{
		padding: 50px 0;
	}
	.index3 .tit1{
		margin-bottom: 35px;
	}
	.index3 .item,
	.index3 .item:first-child{
		width: 48%;
	}
	.index3 .item:nth-child(2), 
	.index3 .item:nth-child(3),
	.index3 .item:nth-child(5){
		margin-left: 4%;
	}
	.index3 .item:nth-child(2), .index3 .item:nth-child(3),.index3 .item{
		margin-right: 0;
	}
	.index3 .item .text h4{
		font-size: 15px;
	}
	.index3 .item .text i{
		font-size: 13px;
	}
	.index3 .bottom_text p{
		margin-top: 40px;
	}
}

@media(max-width:580px){
	.index3{
		padding: 40px 0;
	}
	.index3 .tit1{
		margin-bottom: 25px;
	}
	.index3 .item{
		height: 240px;
	}
	.index3 .item:first-child{
		height: 502px;
	}
	.index3 .item .text h4{
		font-size: 14px;
	}
	.index3 .item .text i{
		font-size: 12px;
	}
	.index3 .bottom_text p{
		font-size: 14px;
		line-height: 28px;
		
	}
}

@media(max-width:480px){
	.index3 .item{
		height: 190px;
	}
	.index3 .item:first-child{
		height: 402px;
	}
}

@media(max-width:370px){
	.index3 .item{
		height: 150px;
	}
	.index3 .item:first-child{
		height: 322px;
	}
}


.index4{
	background-color: #f3f3f3;
	padding: 130px 0 65px;
}
.index_top{
	margin-bottom: 70px;
}
.index_top .tit2{
	float: left;
}

.tit2 h2{
	font-size: 36px;
    color: #333;
	font-family: 'ali';
	margin-bottom: 10px;
}

.tit2 i{
	font-size: 36px;
	color: #333;
	text-transform: uppercase;
	font-family: 'bod';
}

.index_top .text_box{
	float: right;
	font-size: 15px;
	line-height: 30px;
	color: #666;
	text-align: right;
}

.index4 .left_box{
	width: 50%;
	height: 712px;
	overflow: hidden;
	float: left;
}

.index4 .left_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease-in-out;
}

.index4 .left_box img:hover{
	transform: scale(1.1);
}

.index4 .right_box{
	width: 50%;
	height: 712px;
	float: right;
	background-color: #414041;
}

.index4 .right_box .swiper-container{
	width: 78%;
	/* width: 750px; */
	margin: 0 auto;
	margin-top: 150px;
}

.index4 .right_box .swiper-container .pic_box{
	width: 100%;
	height: 246px;
	overflow: hidden;
	margin-bottom: 50px;
	position: relative;
	padding-top: 45px;
}

.index4 .right_box .swiper-container .pic_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.index4 .right_box .swiper-container em{
	display: inline-block;
	font-size: 72px;
	font-weight: bold;
	color: #d4bd87;
	position: absolute;
	left: 0;
	top: 0;
}

.index4 .right_box .swiper-container .text{
	width: 81%;
}

.index4 .right_box .swiper-container .text h4{
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
}

.index4 .right_box .swiper-container .text p{
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

.index4 .bottom_icon{
    width: 194px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	background-image: url(../images/index4_icon.png);
	margin: 0 auto;
	margin-top: 65px;
}

.index4 .bottom_icon:hover{
	animation: rubberBand 1s;
}

@media(max-width:1500px){
	.index4{
		padding: 80px 0 50px;
	}
	.tit2 h2,
	.tit2 i{
		font-size: 30px;
	}
	.index4 .right_box .swiper-container .pic_box{
		height: 200px;
		margin-bottom: 35px;
	}
	.index4 .right_box .swiper-container em{
		font-size: 60px;
	}
	.index4 .right_box .swiper-container .text{
		width: 100%;
	}
	.index4 .bottom_icon{
		width: 150px;
		height: 50px;
		margin-top: 50px;
	}
}

@media(max-width:1200px){
	.index4{
		padding: 70px 0 50px;
	}
	.index_top{
		margin-bottom: 55px;
	}
	.tit2 h2,
	.tit2 i{
		font-size: 26px;
	}
	.index4 .right_box .swiper-container{
		width: 90%;
	}
	.index4 .right_box .swiper-container .text h4{
		font-size: 16px;
	}
	.index4 .right_box .swiper-container .pic_box{
		height: 175px;
		padding-top: 30px;
	}
	.index4 .left_box{
		width: 45%;
		height: 650px;
	}
	.index4 .right_box{
		width: 55%;
		height: 650px;
	}
	.index4 .right_box .swiper-container em{
		font-size: 50px;
	}
	.index4 .bottom_icon{
		width: 120px;
		height: 40px;
		margin-top: 40px;
	}
}

@media(max-width:992px){
	.index4{
		padding: 60px 0;
	}
	.index_top{
		text-align: center;
		margin-bottom: 40px;
	}
	.index4_top .tit2,
	.index4_top .text_box{
		float: none;
	}
	.tit2 h2,
	.tit2 i{
		font-size: 24px;
	}
	.index_top .text_box{
		font-size: 14px;
		line-height: 26px;
		text-align: center;
		margin-top: 25px;
	}
	.index4 .left_box,
	.index4 .right_box{
		float: none;
		width: 100%;
	}
	.index4 .left_box{
		height: 450px;
	}
	.index4 .right_box{
		height: auto;
		padding: 40px 0;
	}
	.index4 .right_box .swiper-container{
		margin-top: 0;
	}
	.index4 .right_box .swiper-container .pic_box{
		height: 240px;
	}
	.index4 .bottom_icon{
		width: 100px;
		height: 30px;
		margin-top: 30px;
	}
}

@media(max-width:768px){
	.index4{
		padding: 50px 0;
	}
	.tit2 h2,
	.tit2 i{
		font-size: 22px;
	}
	.index4 .left_box{
		height: 380px;
	}
	.index4 .right_box .swiper-container{
		width: 95%;
	}
	.index4 .right_box .swiper-container .pic_box{
		height: 200px;
		margin-bottom: 30px;
		padding-top: 25px;
	}
	.index4 .right_box .swiper-container em{
		font-size: 40px;
	}
	/* .index4 .bottom_icon{
		width: 100px;
		height: 30px;
	} */
}

@media(max-width:580px){
	.index4{
		padding: 40px 0;
	}
	.index_top{
		margin-bottom: 30px;
	}
	.index_top .text_box{
		margin-top: 20px;
	}
	.tit2 h2,
	.tit2 i{
		font-size: 19px;
		margin-bottom: 5px;
	}
	.index4 .left_box{
		height: 300px;
	}
	.index4 .right_box .swiper-container .pic_box{
		height: 160px;
		padding-top: 15px;
		margin-bottom: 25px;
	}
	.index4 .right_box .swiper-container em{
		font-size: 30px;
	}
	.index4 .right_box{
		padding: 30px 0;
	}
	.index4 .bottom_icon{
		width: 80px;
		height: 25px;
	}
	.index4 .right_box .swiper-container .text p{
		font-size: 12px;
	}
}

@media(max-width:480px){
	.index4 .left_box{
		height: 260px;
	}
}


.index5{
	padding: 100px 0 130px;
}
.index5 .index_top a.more{
	float: right;
	display: inline-block;
	width: 215px;
	line-height: 48px;
	border: 1px solid #434343;
	font-size: 15px;
	color: #333;
	text-align: center;
	margin-top: 40px;
}

.index5 .index_top a.more:hover{
	background-color: #d4bd87;
	border: 1px solid #d4bd87;
	color: #fff;
}

.index5 .index5_left{
	float: left;
	width: 50%;
	height: 554px;
	position: relative;
}

.index5 .index5_left .pic_box {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.index5 .index5_left .pic_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease-in-out;
}

.index5 .index5_left .pic_box img:hover{
	transform: scale(1.1);
}

.index5 .index5_left .text{
	position: absolute;
	width: 683px;
	height: 95px;
	line-height: 95px;
	box-sizing: border-box;
	padding: 0 25px;
	background-color: #d4bd87;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 35px;
}

.index5 .index5_left .text h4{
	color: #fff;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index5 .index5_left .text h4::after{
	content: "";
	width: 62px;
	height: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/index5_2.png);
	position: absolute;
	right: 20px;
	top: 35px;
}

.index5 .index5_right{
	float: right;
	width: 44%;

}

.index5 .index5_right .item:first-child{
	padding-top: 0;
}

.index5 .index5_right .item{
	padding: 46px 0;
	border-bottom: 1px solid #dcdcdc;
}

.index5 .index5_right .item .text{
	float: left;
	width: 80%;
}

.index5 .index5_right .item .text h4{
	font-size: 18px;
	color: #666666;
	margin-bottom: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index5 .index5_right .item:hover .text h4{
	color: #d4bd87;
	font-weight: bold;
}

.index5 .index5_right .item .text p{
	font-size: 15px;
	line-height: 26px;
	color: #8c8c8c;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index5 .index5_right .item .date{
	float: right;
	position: relative;
	padding-bottom: 28px;
}

.index5 .index5_right .item .date::before{
	content: "";
	width: 30px;
	height: 1px;
	background-color: #d4bd87;
	position: absolute;
	left: -50px;
	top: 13px;
	display: none;
}

.index5 .index5_right .item:hover .date::before{
	display: block;
}

.index5 .index5_right .item .date::after{
	content: "";
	width: 14px;
	height: 14px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/index5_3.png);
	position: absolute;
	left: 0;
	bottom: 0;
}

.index5 .index5_right .item .date em{
	display: block;

}

.index5 .index5_right .item .date em:first-child{
	font-family: 'beb';
	font-size: 48px;
	/* line-height: 48px; */
	color: #666666;
}

.index5 .index5_right .item:hover .date em:first-child{
	color: #d4bd87;
}

.index5 .index5_right .item .date em:last-child{
	font-size: 18px;
	font-family: 'beb';
	color: #bfbfbf;
}

@media(max-width:1500px){
	.index5{
		padding: 80px 0;
	}
	.index5 .index5_left .text{
		width: 90%;
		height: 80px;
		line-height: 80px;
	}
	.index5 .index5_left .text h4::after{
		width: 50px;
		height: 8px;
	}
	.index5 .index_top a.more{
		margin-top: 30px;
	}
}

@media(max-width:1200px){
	.index5{
		padding: 65px 0;
	}
	.index5 .index5_left{
		height: 470px;
	}
	.index5 .index5_right .item .text h4{
		margin-bottom: 20px;
	}
	.index5 .index5_right .item{
		padding: 36px 0;
	}
	.index5 .index5_right .item .date em:first-child{
		font-size: 38px;
	}
	.index5 .index5_left .text h4::after{
		width: 35px;
		right: 10px;
	}
	.index5 .index_top a.more{
		width: 150px;
		line-height: 40px;
	}
}

@media(max-width:992px){
	.index5{
		padding: 55px 0;
	}
	.index5 .index5_top{
		text-align: left;
	}
	.index5 .index5_right,
	.index5 .index5_left{
		width: 100%;
		float: none;
	}
	.index5 .index5_right .item:first-child{
		padding-top: 36px;
	}
	.index5 .index5_left .text{
		height: 65px;
		line-height: 65px;
	}
	.index5 .index5_left .text h4{
		font-size: 15px;
	}
	.index5 .index5_left .text h4::after{
		top: 27px;
	}
	.index5 .index5_right .item .text h4{
		font-size: 17px;
	}
	.index5 .index5_right .item .date em:first-child{
		font-size: 30px;
	}
	.index5 .index_top a.more{
		width: 120px;
		line-height: 35px;
		margin-top: 25px;
	}
}

@media(max-width:768px){
	.index5{
		padding: 45px 0;
	}
	.index5 .index5_right .item:hover .date::before{
		display: none;
	}
	.index5 .index5_left{
		height: 400px;
	}
	.index5 .index5_left .text{
		height: 55px;
		line-height: 55px;
	}
	.index5 .index5_left .text h4::after{
		top: 23px;
		width: 26px;
	}
	.index5 .index5_left .text h4{
		font-size: 14px;
	}
	.index5 .index5_right .item .text h4{
		margin-bottom: 12px;
		font-size: 16px;
	}
	.index5 .index5_right .item .text p{
		font-size: 14px;
	}
	.index5 .index5_right .item{
		padding: 25px 0;
	}
	.index5 .index5_right .item .date em:first-child{
		font-size: 24px;
	}
	.index5 .index5_right .item .date em:last-child{
		font-size: 16px;
	}
	.index5 .index5_right .item .date::after{
		width: 10px;
		height: 10px;
	}
	.index5 .index5_right .item .date{
		padding-bottom: 18px;
	}
	.index5 .index5_left .text{
		bottom: 20px;
	}
	.index5 .index_top a.more{
		width: 100px;
		line-height: 30px;
		font-size: 14px;
	}
}

@media(max-width:480px){
	.index5{
		padding: 40px 0;
	}
	.index5 .index5_left{
		height: 320px;
	}
	.index5 .index5_left .text{
		width: 95%;
		padding: 0 15px;
		height: 45px;
    	line-height: 45px;
	}
	.index5 .index5_left .text h4::after{
		top: 17px;
		right: 0;
	}
	.index5 .index5_left .text h4{
		box-sizing: border-box;
		padding-right: 40px;
	}
	.index5 .index5_right .item{
		padding: 20px 0;
	}
	.index5 .index_top a.more{
		width: 80px;
		line-height: 30px;
		margin-top: 18px;
	}
}

.footer{
	background-color: #212121;
}
.footer .footer_box{
	display: flex;
    justify-content: space-between;
    padding-top: 75px;
    padding-bottom: 70px;
    border-bottom: 1px solid #3d3d3d;
}

.footer_box .footer_logo {
    width: 176px;
    height: 55px;
    background-image: url(../images/footer_logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer_box .footer_share {
    margin-top: 40px;
}
.footer_box .footer_share&gt;div {
    display: inline-block;
}
.footer_box .footer_share .img {
    float: left;
    width: 48px;
    height: 48px;
    padding: 0;
    margin-right: 30px;
    position: relative;
    text-align: center;
}
.footer_box .footer_share .img a {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.footer_box .footer_share .img:last-child {
    margin-right: 0;
}
.footer_box .footer_share .wechat {
    background-image: url(../images/footer_share1.png);
}
.footer_box .footer_share .link {
    background-image: url(../images/footer_share2.png);
}
.footer_box .footer_share .imgcode {
    position: absolute;
    width: 120px;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -120px;
    left: -35px;
    display: none;
}
.footer_box .footer_share .img:hover .imgcode{
	display: block;
}
.footer_box .footer_nav dl {
    float: left;
    margin-right: 80px;
}
.footer_box .footer_nav dt {
    font-size: 18px;
    color: #fff;
    line-height: 36px;
    margin-bottom: 18px;
}
.footer_box .footer_nav dd {
    font-size: 15px;
    line-height: 36px;
    color: #999;
}
.footer_box .footer_nav dd:hover{
	color: #fff;
}

.footer_box .footer3{
	width: 19.3%;
}

.footer_box .footer3 .text{
	font-size: 15px;
	line-height: 30px;
	color: #666;
}
.footer_box .footer3 .text em{
	color: #999;
}

@media(max-width:1500px){
	.footer_box .footer_nav dl{
		margin-right: 60px;
	}
}

@media(max-width:1200px){
	.footer_box .footer3{
		width: 21%;
	}
	.footer_box .footer_logo{
		width: 150px;
		height: 45px;
	}
	.footer_box .footer_nav dl{
		margin-right: 40px;
	}
	.footer_box .footer_share .img{
		width: 45px;
		height: 45px;
	}
	.footer_box .footer_share{
		margin-top: 30px;
	}
}

@media (max-width: 992px){
	.footer .footer_box {
    	display: block;
    	text-align: center;
    	padding-top: 40px;
    	padding-bottom: 40px;
	}
	.footer_box .footer_logo{
		margin: 0 auto;
	}
	.footer_box .footer_share .img{
		width: 40px;
		height: 40px;
	}
	.footer_box .footer_share{
		box-sizing: border-box;
		padding-right: 15px;
		margin-top: 20px;
	}
	.footer_box .footer3{
		width: 100%;
		margin-top: 25px;
	}
	.footer_box .footer3 .text p{
		display: inline-block;
		margin-right: 20px;
		font-size: 14px;
	}
}

@media(max-width:768px){
	.footer_box .footer_logo{
		width: 120px;
		height: 35px;
	}
	.footer_box .footer_share .img{
		width: 35px;
		height: 35px;
	}
	.footer .footer_box{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media(max-width:480px){
	.footer_box .footer3 .text p{
		font-size: 13px;
	}
}

.copyright {
	background-color: #212121;
	font-size: 15px;
	line-height: 30px;
	color: #666;
	padding: 20px 0;
}

@media(max-width:992px){
	.copyright {
		font-size: 14px;
		line-height: 26px;
		padding: 15px 0;
	}
}


/*about*/

/*nav*/
.nav ul {
	padding: 40px 0;
}

.nav ul li {
	float: left;
	font-size: 16px;
	color: #666;
	width: 145px;
	height: 48px;
	line-height: 48px;
	margin-right: 10px;
	text-align: center;
}

.nav ul li:last-child {
	margin-right: 0;
}

.nav ul li:hover,
.nav ul li.on {
	background: #d4bd87;
	color: #fff;
}

.nav ul li a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

@media(max-width:992px) {
	.nav ul {
		padding: 20px 0;
	}

	.nav ul li {
		width: 120px;
		height: 40px;
		line-height: 40px;
	}
}

@media(max-width:768px) {
	.nav ul li {
		width: 90px;
		font-size: 15px;
	}
}

@media(max-width:580px) {
	.nav ul {
		padding: 15px 0;
	}

	.nav ul li {
		font-size: 14px;
		width: 85px;
		height: 35px;
		line-height: 35px;
		margin-right: 5px;
	}
}


.about1{
	background-color: #f5f5f5;
	padding: 100px 0 150px;
}
.about1 .about1_text{
	width: 42%;
	float: left;
	margin-left: 58px;
}
.about1 .about1_text .about1_tit{
	padding-left: 35px;
	border-left: 1px solid #9f9f9f;
	margin-bottom: 75px;
}

.about1 .about1_text .about1_tit i:nth-child(1){
	font-size: 67px;
	color: #d4bd87;
	text-transform: uppercase;
	display: block;
}
.about1 .about1_text .about1_tit i:nth-child(2){
	font-size: 30px;
	color: #000000;
	display: block;
	margin-bottom: 15px;
}
.about1 .about1_text .about1_tit h2{
	font-size: 24px;
	color: #333333;
}

.about1 .about1_text .text_box{
	font-size: 16px;
	line-height: 30px;
	color: #333;
}

.about1 .about1_pic{
	float: right;
	/* width: 36%; */
	width: 550px;
	height: 530px;
	margin-right: 130px;
}

.about1 .about1_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media(max-width:1500px){
	.about1{
		padding: 85px 0;
	}
	.about1 .about1_pic{
		margin-right: 0;
	}
	.about1 .about1_text .about1_tit i:nth-child(1){
		font-size: 50px;
	}
	.about1 .about1_text .about1_tit i:nth-child(2){
		font-size: 26px;
	}
	.about1 .about1_text .about1_tit{
		margin-bottom: 50px;
	}
}

@media(max-width:1200px){
	.about1{
		padding: 70px 0;
	}
	.about1 .about1_text .about1_tit i:nth-child(1){
		font-size: 40px;
	}
	.about1 .about1_text .about1_tit i:nth-child(2){
		font-size: 22px;
	}
	.about1 .about1_text .about1_tit h2{
		font-size: 22px;
	}
	.about1 .about1_text{
		margin-left: 0;
		width: 48%;
	}
	.about1 .about1_pic{
		width: 450px;
		height: 430px;
	}
}

@media(max-width:992px){
	.about1{
		padding: 55px 0;
	}
	.about1 .about1_text,
	.about1 .about1_pic{
		width: 100%;
		float: none;
	}
	.about1 .about1_text{
		margin-bottom: 40px;
	}
	.about1 .about1_pic{
		width: 400px;
		height: 370px;
		/* margin: 0 auto; */
	}
	.about1 .about1_text .text_box{
		font-size: 15px;
		line-height: 28px;
	}
	.about1 .about1_text .about1_tit i:nth-child(1){
		font-size: 30px;
		margin-bottom: 5px;
	}
	.about1 .about1_text .about1_tit i:nth-child(2),
	.about1 .about1_text .about1_tit h2{
		font-size: 20px;
	}
	.about1 .about1_text .about1_tit{
		margin-bottom: 30px;
	}
	/* .about1{
		background-position: left 100%;
		background-repeat: no-repeat;
		background-size: contain;
		background-size: 320px 350px;
		background-image: url(../images/about1.jpg);
	} */
}

@media(max-width:768px){
	.about1{
		padding: 45px 0;
	}
	.about1 .about1_text .about1_tit i:nth-child(1){
		font-size: 24px;
	}
	.about1 .about1_text .about1_tit i:nth-child(2){
		margin-bottom: 8px;
	}
	.about1 .about1_text .about1_tit i:nth-child(2), .about1 .about1_text .about1_tit h2{
		font-size: 18px;
	}
	.about1 .about1_text .text_box{
		font-size: 14px;
		line-height: 28px;
	}
	.about1 .about1_text .about1_tit{
		margin-bottom: 20px;
	}
	.about1 .about1_text{
		margin-bottom: 30px;
	}
	.about1 .about1_pic{
		width: 330px;
		height: 300px;
	}
}

@media(max-width:580px){
	.about1{
		padding: 35px 0;
	}
	.about1 .about1_text .about1_tit{
		padding-left: 20px;
	}
}

@media(max-width:370px){
	.about1 .about1_pic{
		width: 100%;
	}
}


.abo2 {
	width: 100%;
	padding: 75px 0 105px;
	box-sizing: border-box;

}

.abo2 .data {
	display: flex;
	justify-content: space-around;
}

.abo2 .item {
	width: 200px;
	display: inline-block;
	color: #333;
	text-align: left;
}

.abo2 .item .num {
	/* font-weight: bold; */
	/* display: flex; */
	align-items: center;
	font-size: 100px;
	position: relative;
}

.abo2 .item .num span {
	font-family: "acc";
	color: #d4bd87;
}

.abo2 .item .num i {
	font-family: "acc";
	display: inline;
	color: #d4bd87;
	font-size: 18px;
}

/* .abo2 .item:first-child .num span {
	color: #eb5c2b;
}

.abo2 .item:first-child .num i {
	color: #eb5c2b;
} */

.abo2 .item p {
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


@media (max-width:1600px) {
	.abo2 {
		padding: 80px 0 85px;
	}

	.abo2 .item .num {
		font-size: 85px;
	}
}

@media (max-width:1200px) {
	.abo2 {
		padding: 66px 0;
	}

	.abo2 .item{
		width: 170px;
	}

	.abo2 .item .num {
		font-size: 70px;
	}

	.abo2 .item p {
		font-size: 15px;
	}
}

@media (max-width:991px) {
	.abo2 {
		padding: 52px 0;
	}

	.abo2 .item .num {
		font-size: 55px;
	}
}

@media (max-width:768px) {
	.abo2 {
		padding: 44px 0;
	}

	.abo2 .data {
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.abo2 .item {
		width: 46%;
		margin-top: 30px;
		text-align: center;
	}

	.abo2 .item:nth-of-type(-n+2) {
		margin-top: 0px;
	}

	.abo2 .item .num {
		justify-content: center;
	}

	.abo2 .item .num {
		font-size: 45px;
	}

	.abo2 .item p {
		font-size: 14px;
	}
}

@media (max-width:480px) {
	.abo2 {
		padding: 35px 0;
	}

	.abo2 .item .num {
		font-size: 35px;
	}
}


.about3{
	padding-bottom: 90px;
	background-position: center 122%;
	background-repeat: no-repeat;
	background-size: 1080px 320px;
	background-image: url(../images/about3_bg.png);
}

.about3 .swiper-container{
	margin-bottom: 85px;
}

.about3 .swiper-container .pic_box{
	width: 100%;
	height: 720px;
	overflow: hidden;
}

.about3 .swiper-container .pic_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease-in-out;
}

.about3 .swiper-container .pic_box img:hover{
	transform: scale(1.1);
}

.about3 .swiper-container .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	opacity: 1;
	background-color: #fff;
	margin: 0 8px!important;
}

.about3 .swiper-container .swiper-pagination-bullet-active{
	background-color: #d4bb85;
}

.about3 .text_box{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	text-align: center;
}

@media(max-width:1200px){
	.about3{
		background-size: 900px 250px;
		background-position: center 100%;
	}
	.about3 .swiper-container .pic_box{
		height: 550px;
	}
}

@media(max-width:992px){
	.about3{
		background-size: 700px 180px;
		padding-bottom: 60px;
	}
	.about3 .swiper-container{
		margin-bottom: 50px;
	}
	.about3 .swiper-container .pic_box{
		height: 450px;
	}
	.about3 .text_box{
		font-size: 15px;
	}
}

@media(max-width:768px){
	.about3 .swiper-container .pic_box{
		height: 380px;
	}
	.about3 .swiper-container .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
	.about3 .swiper-container{
		margin-bottom: 40px;
	}
	.about3 .text_box{
		font-size: 14px;
	}
	.about3{
		background-size: 80% 120px;
		padding-bottom: 40px;
	}
}

@media(max-width:580px){
	.about3 .swiper-container .pic_box{
		height: 300px;
	}
}

@media(max-width:370px){
	.about3 .swiper-container .pic_box{
		height: 250px;
	}
	.about3{
		background-size: 80% 80px;
	}
}



.about4 .pic_box{
	width: 50%;
	height: 750px;
	float: left;
}

.about4 .pic_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about4 .about4_right{
	width: 50%;
	height: 750px;
	float: right;
	box-sizing: border-box;
	background-color: #d4bd87;
	padding-top: 180px;
	padding-left: 125px;
}

.about4 .about4_right .item{
	margin-bottom: 60px;
}

.about4 .about4_right .item em{
	display: block;
	width: 80px;
	height: 80px;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/about4_1.png);
}

.about4 .about4_right .item:hover em{
	animation: rubberBand 1s;
}

.about4 .about4_right .item:nth-child(2) em{
	background-image: url(../images/about4_2.png);
}

.about4 .about4_right .item:nth-child(3) em{
	background-image: url(../images/about4_3.png);
}

.about4 .about4_right .item .text{
	color: #fff;
	float: left;
	font-size: 16px;
	line-height: 30px;
	margin-left: 38px;
	margin-top: 12px;
}

@media(max-width:1500px){
	.about4 .pic_box,
	.about4 .about4_right{
		height: 650px;
	}
	.about4 .about4_right{
		padding-top: 120px;
		padding-left: 80px;
	}
}

@media(max-width:1200px){
	.about4 .about4_right .item{
		margin-bottom: 40px;
	}
	.about4 .pic_box,
	.about4 .about4_right{
		height: 550px;
	}
	.about4 .about4_right {
		padding-top: 100px;
		padding-left: 50px;
	}
	.about4 .about4_right .item em{
		width: 70px;
		height: 70px;
	}	
	.about4 .about4_right .item .text{
		margin-top: 7px;
	}
}

@media(max-width:992px){
	.about4 .pic_box,
	.about4 .about4_right{
		float: none;
		width: 100%;
	}
	.about4 .about4_right{
		height: auto;
		padding: 40px 20px;
	}
	.about4 .about4_right .item:last-child{
		margin-bottom: 0;
	}
	.about4 .pic_box{
		height: 450px;
	}
}

@media(max-width:768px){
	.about4 .pic_box{
		height: 400px;
	}
	.about4 .about4_right{
		padding: 30px 20px;
	}
	.about4 .about4_right .item em {
		width: 60px;
		height: 60px;
	}
	.about4 .about4_right .item .text{
		font-size: 15px;
		margin-top: 0;
	}
}

@media(max-width:480px){
	.about4 .pic_box{
		height: 320px;
	}
	.about4 .about4_right .item .text{
		margin-left: 20px;
		font-size: 14px;
	}
	.about4 .about4_right .item em{
		width: 50px;
		height: 50px;
	}
	.about4 .about4_right{
		padding: 30px 15px;
	}
	.about4 .about4_right .item{
		margin-bottom: 30px;
	}
}

@media(max-width:370px){
	.about4 .pic_box{
		height: 270px;
	}
	.about4 .about4_right .item em{
		width: 40px;
		height: 40px;
	}
	.about4 .about4_right .item .text{
		font-size: 12px;
	}
}


.abo5 .tit2{
	text-align: center;
	margin-bottom: 120px;
}


.culture {
	padding: 80px 0 100px;
	background-color: #f5f5f5;
}

.culture .gallery-thumbs {
	background: url(../images/dotline.jpg) 0 51px repeat-x;
}

.culture .gallery-thumbs .swiper-slide {
	padding-top: 40px;
	height: 62px;
	text-align: center;
}

.culture .gallery-thumbs .dotout {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	padding: 6px;
	border-radius: 50%;
	background-color: rgba(195, 195, 195, .2);
	cursor: pointer;
}

.culture .gallery-thumbs .dotin {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #c3c3c3;
}

.culture .gallery-thumbs .swiper-slide-thumb-active .dotout {
	background-color: rgba(1, 96, 81, .2);
}

.culture .gallery-thumbs .swiper-slide-thumb-active .dotin {
	background-color: #016051;
}

.culture .gallery-thumbs .dotout span {
	left: -10px;
	top: -35px;
	position: absolute;
	font-size: 18px;
	color: #333;
}

.culture .gallery-top {
	width: 100%;
	height: 250px;
	border-bottom: 3px solid #016051;
	box-sizing: border-box;
	text-align: center;
	background-color: #fff;
}

.culture .gallery-top .text {
	padding-top: 65px;
	padding-left: 20px;
	padding-right: 20px;
}

.culture .gallery-top h5 {
	margin-bottom: 30px;
	font-size: 30px;
	color: #333;
	font-family: "aliM";
	font-weight: bold;
}

.culture .gallery-top p {
	font-size: 16px;
	line-height: 30px;
	color: #333;
}

@media(max-width:1500px){
	.abo5 .tit2{
		margin-bottom: 90px;
	}
}

@media(max-width:1200px){
	.abo5 .tit2{
		margin-bottom: 70px;
	}
}

@media(max-width:992px) {
	.abo5 .tit2{
		margin-bottom: 60px;
	}
	.culture .gallery-top .text {
		padding-top: 55px;
	}

	.culture {
		padding: 60px 0 80px;
	}
}

@media(max-width:768px) {
	.abo5 .tit2{
		margin-bottom: 50px;
	}
	.culture .gallery-top .text {
		padding-top: 40px;
	}

	.culture .gallery-top h5 {
		font-size: 24px;
	}

	.culture .gallery-top {
		height: 230px;
	}

	.culture {
		padding: 50px 0 70px;
	}
}

@media(max-width:580px) {
	.abo5 .tit2{
		margin-bottom: 40px;
	}
	.culture {
		padding: 40px 0 50px;
	}

	.culture .gallery-top h5 {
		font-size: 20px;
	}

	.culture .gallery-top p {
		font-size: 14px;
	}

	.culture .gallery-thumbs .dotout span {
		font-size: 16px;
		left: -7px;
	}
}

@media(max-width:480px) {
	.culture .gallery-top h5 {
		margin-bottom: 15px;
		font-size: 18px;
	}

	.culture .gallery-thumbs .dotout span {
		font-size: 15px;
		left: -7px;
	}
}

@media(max-width:360px) {
	.culture .gallery-top .text {
		padding-top: 20px;
	}

	.culture .gallery-top {
		height: 210px;
	}
}


.about6{
	padding: 90px 0;
}
.about6 .tit2{
	margin-bottom: 75px;
}

.about6 .swiper-container{
	padding-bottom: 80px;
}

.about6 .swiper-container .pic_box{
	width: 100%;
	height: 460px;
	box-sizing: border-box;
	background-color: #efefef;
	padding: 100px 35px 130px;
}

.about6 .swiper-container .pic_box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.about6 .swiper-container .item{
	position: relative;
}

.about6 .swiper-container .item p{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	bottom: 35px;
	font-size: 16px;
	color: #333;
}

.about6 .swiper-container .swiper-pagination{
	bottom: 0;
	top: auto;
	height: 5px;
}

.about6 .swiper-container .swiper-pagination-progressbar-fill{
	background-color: #d4bd87;
}

@media(max-width:1500px){
	.about6{
		padding: 80px 0;
	}
	.about6 .swiper-container .pic_box{
		height: 400px;
	}
}

@media(max-width:1200px){
	.about6{
		padding: 65px 0;
	}
	.about6 .tit2{
		margin-bottom: 65px;
	}
	.about6 .swiper-container .pic_box{
		padding: 80px 20px 100px;
		height: 360px;
	}
}

@media(max-width:992px){
	.about6{
		padding: 55px 0;
	}
	.about6 .tit2{
		margin-bottom: 55px;
	}
	.about6 .swiper-container .pic_box{
		padding: 50px 20px 70px;
		height: 320px;
	}
	.about6 .swiper-container .item p{
		font-size: 15px;
		bottom: 20px;
	}
	.about6 .swiper-container{
		padding-bottom: 60px;
	}
}

@media(max-width:768px){
	.about6{
		padding: 45px 0;
	}
	.about6 .tit2{
		margin-bottom: 45px;
	}
	.about6 .swiper-container .item p{
		font-size: 14px;
	}
	.about6 .swiper-container .pic_box{
		padding: 40px 15px 60px;
		height: 300px;
	}
	.about6 .swiper-container{
		padding-bottom: 50px;
	}
}

@media(max-width:580px){
	.about6{
		padding: 35px 0;
	}
	.about6 .tit2{
		margin-bottom: 35px;
	}
	.about6 .swiper-container .item p{
		position: static;
		margin-top: 20px;
	}
	.about6 .swiper-container .pic_box{
		height: 260px;
		padding: 30px 20px;
	}
	.about6 .swiper-container{
		padding-bottom: 40px;
	}
}

@media(max-width:480px){
	.about6 .swiper-container .pic_box{
		height: 200px;
	}
	.about6 .swiper-container .item p{
		font-size: 13px;
	}
}

@media(max-width:370px){
	.about6 .swiper-container .pic_box{
		height: 160px;
	}
}


/*case*/
.case{
	padding: 85px 0 55px;
	background-color: #f8f8f8;
}
.case_box{
	padding-bottom: 15px;
}
.case .item{
	width: 48.6%;
	height: 510px;
	margin-bottom: 70px;
	position: relative;
	transition: all .3s ease-in-out;
}

.case .item:hover{
	transform: translate(0, -12px);
}

.case .item .pic_box{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.case .item .pic_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.case .item .text{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 20px;
	width: 94.5%;
	height: 117px;
	line-height: 117px;
	background-color: rgba(51, 51, 51, 0.66);
	box-sizing: border-box;
	padding: 0 35px;
	cursor: pointer;
}

.case .item .text p{
	float: left;
	color: #fff;
	font-size: 24px;
}

.case .item .text i{
	float: right;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.case .item:hover .text{
	background-color: rgba(212, 189, 135, 0.66);
}

@media(max-width:1500px){
	.case .item{
		height: 450px;
	}
	.case .item .text{
		height: 100px;
		line-height: 100px;
	}
}

@media(max-width:1300px){
	.case{
		padding: 65px 0;
	}
	.case .item{
		height: 400px;
	}
	.case .item .text{
		height: 80px;
		line-height: 80px;
	}
	.case .item .text p{
		font-size: 20px;
	}
}

@media(max-width:992px){
	.case{
		padding: 55px 0;
	}
	.case .item{
		height: 350px;
		margin-bottom: 50px;
	}
	.case .item .text{
		height: 70px;
		line-height: 70px;
	}
	.case .item .text p{
		font-size: 18px;
	}
}

@media(max-width:768px){
	.case{
		padding: 45px 0;
	}
	.case .item{
		height: 280px;
		margin-bottom: 40px;
	}
	.case .item .text{
		height: 60px;
		line-height: 60px;
		padding: 0 15px;
	}
	.case .item .text p{
		font-size: 15px;
	}
}

@media(max-width:600px){
	.case{
		padding: 35px 0;
	}
	.case .item{
		height: 220px;
		margin-bottom: 30px;
	}
	.case .item .text p{
		font-size: 14px;
		float: none;
	}
	.case .item .text i{
		float: none;
	}
	.case .item .text{
		height: auto;
		line-height: 24px;
		padding: 5px 15px;
	}
}

@media(max-width:420px){
	.case .item{
		height: 180px;
	}
}


/*contact*/
.contact{
	background-color: #f5f5f5;
	padding: 55px 0 70px;
	margin-bottom: 98px;
}
.contact .contact_text{
	float: left;
	width: 50%;
}

.contact .contact_text .text1{
	font-size: 20px;
	line-height: 40px;
	color: #444444;
	padding-bottom: 60px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 40px;
}

.contact .contact_text .text2 .code{
	float: left;
	width: 153px;
	height: 153px;
	overflow: hidden;
}

.contact .contact_text .text2 .code img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contact .contact_text .text2 .text_box{
	float: left;
	font-size: 15px;
	line-height: 30px;
	color: #333;
	margin-left: 20px;
}

.contact .contact_form{
	float: right;
	width: 40%;
}

.contact .contact_form .form1,
.contact .contact_form .form2{
	margin-bottom: 26px;
}

.contact .contact_form .form1 input{
	width: 46%;
	line-height: 46px;
	background-color: #eeeeee;
	border-radius: 6px;
	font-size: 15px;
	color: #666666;
	box-sizing: border-box;
	padding-left: 20px;
}

.contact .contact_form .form2 textarea{
	width: 100%;
	height: 207px;
	background-color: #eee;
	font-size: 15px;
	line-height: 36px;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 6px;
}

.contact .contact_form .form3 input.text{
	width: 179px;
	line-height: 46px;
	border-radius: 6px;
	font-size: 15px;
	box-sizing: border-box;
	padding-left: 20px;
	background-color: #eee;
}

.contact .contact_form .form3 img{
	width: 179px;
	height: 46px;
	cursor: pointer;
}

.contact .contact_form .form3 input.submit{
	width: 100%;
	line-height: 46px;
	text-align: center;
	background-color: #9b9b9b;
	border-radius: 6px;
	margin-top: 25px;
	font-size: 15px;
	color: #fff;
}

.contact .contact_form .form3 input.submit:hover{
	background-color: #b5b5b5;
}

.map{
	width: 100%;
	height: 560px;
	margin-bottom: 90px;
}

.map img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media(max-width:1500px){
	.contact{
		margin-bottom: 80px;
	}
	.contact .contact_text .text1{
		font-size: 18px;
	}
	/* .contact .contact_text{
		width: 46%;
	} */
}

@media(max-width:1300px){
	.contact{
		margin-bottom: 70px;
	}
	.contact .contact_form{
		width: 43%;
	}
	.contact .contact_text{
		width: 46%;
	}
	.contact .contact_text .text1{
		padding-bottom: 30px;
		margin-bottom: 25px;
		font-size: 16px;
		line-height: 30px;
	}
	.contact .contact_text .text2 .code{
		width: 120px;
		height: 120px;
		margin-bottom: 20px;
		float: none;
	}
	.contact .contact_text .text2 .text_box{
		float: none;
		margin-left: 0;
	}
	.map{
		height: 450px;
		margin-bottom: 70px;
	}
}

@media(max-width:992px){
	.contact{
		padding: 55px 0;
		margin-bottom: 60px;
	}
	.contact .contact_form .form2 textarea{
		padding: 10px 20px;
	}
	.contact .contact_form .form3 img{
		width: 130px;
	}
	.contact .contact_form .form3 input.text{
		width: 150px;
	}
	.contact .contact_text .text1{
		font-size: 15px;
		padding-bottom: 20px;
	}
	.contact .contact_text .text2 .code{
		width: 100px;
		height: 100px;
	}
	.contact .contact_text .text2 .text_box{
		font-size: 14px;
		line-height: 26px;
	}
	.map{
		height: 350px;
		margin-bottom: 60px;
	}
}

@media(max-width:768px){
	.contact{
		padding: 45px 0;
		margin-bottom: 50px;
	}
	.contact .contact_text,
	.contact .contact_form{
		width: 100%;
		float: none;
	}
	.contact .contact_text{
		margin-bottom: 35px;
	}
	.contact .contact_form .form1 input{
		line-height: 40px;
	}
	.contact .contact_form .form2 textarea{
		height: 160px;
	}
	.contact .contact_form .form3 input.text{
		line-height: 40px;
	}
	.contact .contact_form .form3 img{
		height: 40px;
	}
	.contact .contact_form .form3 input.submit{
		line-height: 40px;
		margin-top: 20px;
	}
	.contact .contact_form .form1, .contact .contact_form .form2{
		margin-bottom: 20px;
	}
	.contact .contact_form .form1 input,
	.contact .contact_form .form2 textarea,
	.contact .contact_form .form3 input.text,
	.contact .contact_form .form3 input.submit{
		font-size: 14px;
	}
	
	.contact .contact_text .text1{
		margin-bottom: 20px;
	}
	.map{
		/* height: 350px; */
		margin-bottom: 50px;
	}
}

@media(max-width:580px){
	.contact{
		padding: 35px 0;
		margin-bottom: 40px;
	}
	.contact .contact_text{
		margin-bottom: 30px;
	}
	.contact .contact_text .text2 .code{
		width: 80px;
		height: 80px;
		margin-bottom: 18px;
	}
	.contact .contact_text .text1{
		line-height: 26px;
		font-size: 14px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.map{
		margin-bottom: 40px;
	}
}

@media(max-width:370px){
	.contact .contact_form .form1 input{
		width: 100%;
	}
	.contact .contact_form .form1 input:first-child{
		margin-bottom: 15px;
	}
	.contact .contact_form .form1, .contact .contact_form .form2{
		margin-bottom: 15px;
	}
	.contact .contact_form .form3 input.submit{
		margin-top: 15px;
	}
}


/*news*/

.news_box{
	margin-bottom: 80px;
}
.news_box .news_list {
	/* padding-top: 55px; */
	padding-bottom: 75px;
}

.news_box .news_list .item .pic_box {
	width: 463px;
	height: 282px;
	overflow: hidden;
	position: relative;
	float: left;
}

.news_box .news_list .item .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news_box .news_list .item .pic_box .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(212, 189, 135, .7);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all .5s;
}

.news_box .news_list .item .pic_box .mask i {
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	width: 150px;
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
}

.news_box .news_list .item .pic_box .mask em {
	display: inline-block;
	width: 54px;
	height: 34px;
	background-image: url(../images/eyes.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-bottom: 40px;
}

.news_box .news_list .item:hover .pic_box .mask {
	opacity: 1;
}

.news_box .news_list .item .text {
	float: left;
	width: 46.25%;
	padding: 40px 95px 50px 45px;
	position: relative;
}

.news_box .news_list .item .text::after {
	content: "";
	width: 1px;
	height: 205px;
	background-color: #c8c8c8;
	position: absolute;
	right: 0;
	top: 15%;
}

.news_box .news_list .item .text h4 {
	font-size: 24px;
	line-height: 30px;
	color: #333;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_box .news_list .item:hover .text h4 {
	color: #d4bd87;
}

.news_box .news_list .item .text .text_box {
	font-size: 16px;
	line-height: 30px;
	color: #676767;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news_box .news_list .item .text i {
	width: 31px;
	height: 8px;
	display: inline-block;
	background-image: url(../images/news_right.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-top: 30px;
}

.news_box .news_list .item span.date {
	display: inline-block;
	float: right;
	font-size: 16px;
	line-height: 30px;
	color: #333;
	margin-top: 55px;
	margin-right: 100px;
}

.news_box .news_list .item strong {
	font-size: 30px;
	display: block;
	margin-bottom: 10px;
}

.news_box .news_list .item .text span.date2 {
	font-size: 14px;
	display: none;
	color: #999999;
}

.news_box .news_list .item {
	padding: 45px 0;
	border-top: 1px solid #f0efef;
	border-bottom: 1px solid #f0efef;
}

/* .news_box .news_list .item:first-child {
	border-top: none;
} */

.news_box .news_list .item a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

@media(max-width:1600px) {
	.news_box .news_list .item .text {
		padding-right: 45px;
	}
}

@media(max-width:1400px) {
	.news_box .news_list .item strong {
		font-size: 26px;
	}

	.news_box .news_list .item span.date {
		float: left;
		margin-left: 30px;
		margin-right: 0;
	}

	.news_box .news_list .item .pic_box {
		width: 420px;
		height: 250px;
	}

	.news_box .news_list .item .text {
		padding: 30px 30px 30px;
	}

	.news_box .news_list .item .text::after {
		height: 180px;
	}

	.news_box .news_list .item .text h4 {
		margin-bottom: 25px;
	}
}

@media(max-width:1200px) {
	.news_box{
		margin-bottom: 60px;
	}
	.news_box .news_list {
		/* padding-top: 45px; */
		padding-bottom: 55px;
	}

	.news_box .news_list .item {
		padding: 35px 0;
	}

	.news_box .news_list .item .pic_box .mask i {
		height: 30px;
		line-height: 30px;
		width: 130px;
	}

	.news_box .news_list .item .pic_box .mask em {
		width: 45px;
		height: 25px;
		margin-bottom: 30px;
	}

	.news_box .news_list .item .text h4 {
		font-size: 21px;
		margin-bottom: 18px;
	}

	.news_box .news_list .item span.date {
		margin-right: 0;
		margin-left: 18px;
	}

	.news_box .news_list .item .pic_box {
		width: 380px;
		height: 220px;
	}

	.news_box .news_list .item .text {
		width: 45%;
		padding: 20px 30px;
	}

}

@media(max-width:992px) {
	.news_box{
		margin-bottom: 50px;
	}
	.news_box .news_list {
		/* padding-top: 45px; */
		padding-bottom: 45px;
	}

	.news_box .news_list .item {
		padding: 30px 0;
	}

	.news_box .news_list .item .pic_box .mask em {
		width: 38px;
		height: 20px;
		margin-bottom: 20px;
	}

	.news_box .news_list .item .pic_box .mask i {
		height: 25px;
		line-height: 25px;
		width: 120px;
	}

	.news_box .news_list .item .text span.date2 {
		display: inline-block;
		margin-bottom: 10px;
	}

	.news_box .news_list .item .text h4 {
		font-size: 19px;
		margin-bottom: 8px;
	}

	.news_box .news_list .item .text .text_box {
		font-size: 15px;
	}

	.news_box .news_list .item span.date {
		display: none;
	}

	.news_box .news_list .item .text::after {
		display: none;
	}

	.news_box .news_list .item .pic_box {
		width: 35%;
		height: 200px;
	}

	.news_box .news_list .item .text {
		width: 65%;
		box-sizing: border-box;
		padding-right: 0;
		padding-top: 15px;
		padding-bottom: 0;
	}

	.news_box .news_list .item .text i {
		margin-top: 15px;
	}
}

@media(max-width:768px) {
	.news_box{
		margin-bottom: 40px;
	}
	.news_box .news_list .item .text h4 {
		font-size: 17px;
		margin-bottom: 4px;
	}

	.news_box .news_list .item .pic_box {
		height: 170px;
	}

	.news_box .news_list .item .text .text_box {
		-webkit-line-clamp: 2;
	}

	.news_box .news_list .item .text {
		padding-left: 20px;
		padding-top: 10px;
	}

	.news_box .news_list .item .text i {
		width: 25px;
		height: 5px;
	}

}

@media(max-width:600px) {

	.news_box .news_list .item .pic_box,
	.news_box .news_list .item .text {
		float: none;
		width: 100%;
	}

	.news_box .news_list .item .text {
		padding-left: 15px;
	}

	.news_box .news_list .item .pic_box {
		height: 280px;
	}
}

@media(max-width:480px) {
	.news_box .news_list .item .text .text_box {
		font-size: 14px;
		line-height: 26px;
	}

	.news_box .news_list .item .pic_box {
		height: 240px;
	}
}

@media(max-width:420px) {
	.news_box .news_list .item .pic_box {
		height: 200px;
	}
}


/*pro*/
.pronav{
	padding: 50px 0 5px;
}
.pronav h4{
	float: left;
	width: 154px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #d4bd87;
	margin-right: 95px;
}

.pronav ul{
	float: left;
	width: 83.3%;
	margin-top: 15px;
}

.pronav ul li{
	float: left;
	padding-left: 30px;
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #333;
	width: 115px;
	margin-right: 50px;
	margin-bottom: 45px;
}

.pronav ul li::after{
	content: "";
	width: 10px;
	height: 10px;
	background-color: #d4d4d4;
	position: absolute;
	left: 0;
	top: 30%;
}

.pronav ul li:hover::after,
.pronav ul li.on::after{
	background-color: #d4bd87;
}


.pro{
	background-color: #f7f7f7;
	padding: 90px 0 70px;
}
.pro .pro_box{
	padding-bottom: 10px;
}
.pro .item{
	width: 32%;
	margin-bottom: 60px;
	transition: all .3s ease-in-out;
}

.pro .item:hover{
	transform: translate(0, -10px);
}

.pro .pro_box::after{
	content: "";
	width: 32%;
}

.pro .item .pic_box{
	width:100%;
	height:342px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	overflow:hidden;
}

.pro .item .pic_box img{
	/* width: 100%;
	height: 100%;
	object-fit: cover; */
}

.pro .item .text_box{
	margin-top: 18px;
	text-align: center;
}

.pro .item .text_box i{
	display: block;
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
}

.pro .item .text_box p{
	font-size: 16px;
	color: #999999;
}

.pro .item:hover .text_box i{
	color: #d4bd87;
}

@media(max-width:1500px){
	.pronav ul{
		width: 80%;
	}
	.pronav ul li{
		margin-bottom: 30px;
		margin-right: 35px;
	}
}

@media(max-width:1300px){
	.pro{
		padding: 70px 0;
	}
	.pronav{
		padding: 40px 0 5px;
	}
	.pronav h4{
		margin-right: 50px;
		width: 135px;
	}
	.pronav ul li{
		margin-bottom: 20px;
		margin-right: 25px;
		font-size: 15px;
		padding-left: 25px;
	}
	.pro .item .pic_box{
		height: 300px;
	}
	.pro .item{
		margin-bottom: 45px;
	}
}

@media(max-width:992px){
	.pro{
		padding: 60px 0;
	}
	.pronav{
		padding: 35px 0 10px;
	}
	.pronav h4{
		width: 120px;
		margin-right: 40px;
		line-height: 40px;
		font-size: 15px;
	}
	.pronav ul li{
		margin-bottom: 10px;
		/* width: auto; */
		margin-right: 40px;
		font-size: 14px;
		width: 100px;
		line-height: 24px;
	}
	.pronav ul{
		width: 77%;
		margin-top: 0;
	}

	.pro .item{
		margin-bottom: 35px;
	}
	
	.pro .item .pic_box{
		height: 250px;
	}
}

@media(max-width:768px){
	.pro{
		padding: 50px 0;
	}
	.pronav{
		padding: 30px 0 15px;
	}
	.pronav h4{
		float: none;
		margin-bottom: 20px;
		width: 100px;
	}
	.pronav ul{
		float: none;
		width: 100%;
	}
	.pronav ul li{
		margin-right: 35px;
		width: auto;
	}
	.pro .item .text_box{
		margin-top: 15px;
	}
	.pro .item .text_box i,
	.pro .item .text_box p{
		font-size: 14px;
	}
	.pro .item .text_box i{
		margin-bottom: 5px;
	}
	.pro .item{
		width: 48%;
		/* margin-bottom: 35px; */
	}
}

@media(max-width:580px){
	.pro{
		padding: 40px 0;
	}
	.pro .item{
		margin-bottom: 30px;
	}
	.pronav ul li{
		padding-left: 20px;
	}
	.pro .item .pic_box{
		height: 220px;
	}
}

@media(max-width:480px){
	.pro .item .pic_box{
		height: 180px;
	}
}

@media(max-width:370px){
	.pro .item .pic_box{
		height: 150px;
	}
}

/*prov*/
.prov-header{
	position: relative
}
.prov-header .header_box .header_nav ul li{
	color: #403f3b;
}
.prov-header{
	background-color: #fff;
}
.prov-header .button .search{
	background-image: url(../images/search2.png);
}
.prov-header .header_box h1{
	background-image: url(../images/logo2.png);
}
.prov-header .header_box .button .en::after{
	background-image: url(../images/en11.png);
}
.prov-header .header_box .button .en{
	color: #403f3b;
}
.prov-header .menu{
	background-image: url(../images/menu2.png);
}

.prov_nav{
	background-color: #f5f5f5;
	padding: 35px 0;
}
.prov_nav ul{
	float: left;
	margin-top: 15px;
}

.prov_nav ul li{
	float: left;
	padding-right: 16px;
	margin-right: 10px;
	position: relative;
	color: #999;
}

.prov_nav ul li::after{
	content: "&gt;";
	font-size: 14px;
	color: #999;
	position: absolute;
	right: 0;
	top: 3px;
}

.prov_nav ul li:last-child::after{
	display: none;
}

.prov_nav ul li:last-child{
	color: #666666;
}

.prov_nav a.return{
	width: 200px;
	line-height: 46px;
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
	font-size: 14px;
	color: #545151;
	padding-left: 35px;
	border-radius: 22px;
	float: right;
	position: relative;
}

.prov_nav a.return:hover{
	background-color: #d4bd87;
	color: #fff;
}

.prov_nav a.return::after{
	content: "";
	width: 15px;
	height: 13px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/return.png);
	position: absolute;
	left: 18%;
	top: 34%;
}

.prov1{
	background-color: #f5f5f5;
	padding-bottom: 77px;
}

.prov1 .prov1_box{
	background-color: #fff;
	padding: 55px 0 60px;
}

.prov1 .pic_box{
	float: left;
	width: 50%;
	height: 566px;
	overflow: hidden;
	margin-left: 50px;
	
} 
.prov1 .pic_box a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.prov1 .pic_box img{
	/* width: 100%;
	height: 100%;
	object-fit: cover; */
	transition: all .3s ease-in-out;
}

.prov1 .pic_box img:hover{
	transform: scale(1.1);
}

.prov1 .text{
	/* width: 50%; */
	width: 556px;
	float: right;
	/* height: 566px; */
	background-color: #fff;
	box-sizing: border-box;
	margin-top: 30px;
	margin-right: 80px;
}

.prov1 .text .text_tit{
	padding-bottom: 35px;
	border-bottom: 1px solid #dcdcdc;
}

.prov1 .text .text_tit h2{
	font-size: 24px;
	color: #333;
	line-height: 36px;
}

.prov1 .text .text_tit p{
	font-size: 20px;
	line-height: 36px;
	color: #666666;
}

.prov1 .text .text_box{
	padding: 35px 0 30px;
	border-bottom: 1px solid #dcdcdc;
}

.prov1 .text .text_box .item{
	font-size: 16px;
	margin-bottom: 50px;
}

.prov1 .text .text_box .item em{
	color: #000000;
	display: inline-block;
	margin-right: 20px;
}

.prov1 .text .text_box .item p{
	display: inline-block;
	color: #666666;
}

.prov1 .text .text_box .item.color{
	margin-bottom: 0;
}

.prov1 .text .text_box .item.color em{
	/* transform: translate(0, -62px); */
	float: left;
}

.prov1 .text .text_box .item.color ul{
	display: inline-block;
	overflow: hidden;
	width: 340px;
	height: 80px;
	float: left;
	
}

.prov1 .text .text_box .item.color ul li{
	float: left;
	width: 100px;
	margin-right: 20px;
	text-align: center;
	margin-bottom: 15px;
}

.prov1 .text .text_box .item.color ul li:nth-child(3n){
	margin-right: 0;
}

.prov1 .text .text_box .item.color ul li img{
	width: 100%;
	height: 40px;
	object-fit: cover;
}

.prov1 .text .text_box .item.color ul li p{
	text-align: center;
	margin-top: 12px;
}

.prov1 .text .text_box .item.color i{
	float: right;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/prov_down.png);
	width: 14px;
	height: 8px;
	display: inline-block;
	margin-top: 10px;
	margin-right: 30px;
	cursor: pointer;
}

.prov1 .button{
	margin-top: 40px;
}
.prov1 .button a{
	font-size: 16px;
	color: #666;
	display: inline-block;
}

.prov1 .button a:first-child{
	margin-right: 100px;
}

@media(max-width:1500px){
	.prov1 .text{
		margin-right: 20px;
	}
	.prov1 .pic_box{
		margin-left: 20px;
	}
}

@media(max-width:1300px){
	.prov1 .pic_box{
		width: 46%;
		height: 500px;
	}
	.prov1 .text{
		width: 520px;
	}
	.prov1 .text .text_tit h2{
		font-size: 22px;
		line-height: 32px;
	}
	.prov1 .text .text_tit p{
		font-size: 18px;
		line-height: 32px;
	}
	.prov1 .text .text_tit{
		padding-bottom: 20px;
	}
	.prov1 .text .text_box .item{
		margin-bottom: 40px;
	}
	.prov1 .text .text_box{
		padding: 30px 0;
	}
}

@media(max-width:1100px){
	.prov1 .pic_box{
		width: 46%;
		height: 450px;
	}
	.prov1 .text{
		width: 450px;
	}
	.prov1 .text .text_box .item.color ul{
		width: 290px;
	}
	.prov1 .text .text_box .item.color ul li{
		width: 80px;
	}
	.prov1 .text .text_box .item.color ul li p{
		margin-top: 6px;
	}
}

@media(max-width:992px){
	.prov1{
		padding-bottom: 60px;
	}
	.prov1 .pic_box{
		width: 90%;
		margin: 0 auto;
		float: none;
	}
	.prov1 .text{
		width: 90%;
		margin: 0 auto;
		margin-top: 40px;
		float: none;
	}
	.prov1 .text .text_box .item{
		margin-bottom: 30px;
	}
	.prov_nav a.return{
		float: left;
		line-height: 40px;
		width: 165px;
	}
	.prov_nav{
		padding: 30px 0;
	}
}

@media(max-width:768px){
	.prov1{
		padding-bottom: 50px;
	}
	.prov1 .prov1_box{
		padding: 50px 0;
	}
	.prov1 .pic_box,
	.prov1 .text{
		width: 94%;
	}
	.prov1 .text .text_tit h2{
		font-size: 18px;
		line-height: 28px;
	}
	.prov1 .text .text_tit p{
		font-size: 16px;
		line-height: 28px;
	}
	.prov1 .text .text_tit{
		padding-bottom: 15px;
	}
	.prov1 .text .text_box{
		padding: 25px 0;
	}
	.prov1 .text .text_box .item{
		margin-bottom: 25px;
	}
	.prov1 .button{
		margin-top: 30px;
	}
	.prov_nav a.return{
		width: 120px;
		padding: 0;
	}
	.prov_nav a.return::after{
		display: none;
	}
}

@media(max-width:580px){
	.prov1{
		padding-bottom: 40px;
	}
	.prov_nav{
		padding: 20px 0;
	}
	.prov_nav a.return{
		width: 110px;
		line-height: 35px;
	}
	.prov1 .prov1_box{
		padding: 40px 0;
	}
	.prov1 .text{
		margin-top: 30px;
	}
	.prov1 .pic_box{
		width: 100%;
		height: 380px;
	}
	.prov1 .text .text_box .item.color ul li{
		width: 70px;
		margin-bottom: 10px;
	}
	.prov1 .text .text_box .item.color ul{
		width: 260px;
		height: 75px;
	}
	.prov1 .text .text_box .item.color i{
		margin-right: 0;
	}
	.prov1 .text .text_box .item{
		font-size: 15px;
	}
	.prov1 .button a{
		font-size: 15px;
	}
	.prov1 .button a:first-child{
		margin-right: 30px;
	}
	.prov1 .text .text_box .item.color i{
		width: 10px;
	}
}


@media(max-width:450px){
	.prov1 .pic_box{
		height: 300px;
	}
	.prov1 .text .text_box .item.color ul{
		width: 165px;
		
	}
	.prov1 .text .text_box .item.color ul li:nth-child(3n){
		margin-right: 20px;
	}

	.prov1 .text .text_box .item.color ul li:nth-child(2n){
		margin-right: 0;
	}
	.prov1 .text .text_box .item em{
		margin-right: 15px;
	}
}




.prodetail{
	padding: 65px 0 100px;
}
.prodetail .tit2{
	text-align: center;
	margin-bottom: 65px;
}

.prodetail .text_box1{
	background-color: #f5f5f5;
	padding: 40px 40px  50px;
	margin-bottom: 100px;
}

.prodetail .text_box1 .item{
	width: 28%;
	float: left;
	margin-right: 8%;
}

.prodetail .text_box1 .item:last-child{
	margin-right: 0;
}

.prodetail .text_box1 .item h4{
	font-size: 24px;
	color: #333333;
	margin-bottom: 18px;
}

.prodetail .text_box1 .item p{
	font-size: 15px;
	line-height: 24px;
	color: #666666;
}

.prodetail .text_box2{
	font-size: 16px;
    line-height: 32px;
    color: #666666;
	padding: 0 30px;
}


@media(max-width:1300px){
	.prodetail{
		padding: 65px 0 70;
	}
	.prodetail .text_box1 .item h4{
		font-size: 20px;
		margin-bottom: 12px;
	}
	.prodetail .text_box1{
		margin-bottom: 65px;
	}
}

@media(max-width:992px){
	.prodetail{
		padding: 55px 0;
	}
	.prodetail .tit2{
		margin-bottom: 50px;
	}
	.prodetail .text_box1 .item p{
		font-size: 14px;
	}
	.prodetail .text_box1 .item h4{
		font-size: 18px;
	}
	.prodetail .text_box1 .item{
		width: 30%;
		margin-right: 5%;
	}
	.prodetail .text_box1{
		margin-bottom: 50px;
	}
}

@media(max-width:768px){
	.prodetail{
		padding: 45px 0;
	}
	.prodetail .tit2{
		margin-bottom: 40px;
	}
	.prodetail .text_box1 .item{
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 25px;
	}
	.prodetail .text_box1 .item:last-child{
		margin-bottom: 0;
	}
	.prodetail .text_box1{
		padding: 35px 20px;
	}
	.prodetail .text_box1 .item h4{
		font-size: 16px;
	}
	.prodetail .text_box1{
		margin-bottom: 40px;
	}
}

@media(max-width:580px){
	.prodetail{
		padding: 35px 0;
	}
	.prodetail .tit2{
		margin-bottom: 30px;
	}
	.prodetail .text_box1{
		padding: 25px 20px;
	}
	.prodetail .text_box1{
		margin-bottom: 30px;
	}
}



/* page */
.page {
	text-align: center;
	color: #666;
}

.page .pagination {
	display: inline-block;
}

.page .pagination li {
	float: left;
	height: 36px;
	line-height: 36px;
	width: 36px;
	margin: 0 5px 10px;
	font-size: 15px;
	color: #666;
	background: #e3e3e3;
	border-radius: 50px;
}

.page .pagination li a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.page .pagination li.active,
.page .pagination li:hover {
	background-color: #d4bd87;
	color: #fff;
}

.page .pagination li.prev,
.page .pagination li.next {
	padding: 0;
	width: 36px;
	font-family: "宋体";
	border: none;
}

.page .pagination li.prev{
	background: url(../images/l_bg2.png) center center no-repeat;
	background-size: 25%;
}

.page .pagination li.next{
	background: url(../images/r_bg2.png) center center no-repeat;
	background-size: 25%;
}
.page .pagination li.disabled{
	display: none;
}
.page .pagination li.first,
.page .pagination li.last {
	width: 70px;
}

@media (max-width: 768px) {
	.page .pagination li {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		/* padding: 0 11px; */
		width: 30px;
		margin: 0 5px 10px;
	}

	.page .pagination li.prev,
	.page .pagination li.next {
		width: 30px;
	}

	.page ul li.first,
	.page ul li.last {
		width: 50px;
	}
}



/*craft*/
.tit3 i{
	font-family: 'cen';
	font-size: 36px;
	color: #000;
	display: block;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.tit3 h2{
	font-size: 36px;
	color: #333;
}

.craft1{
	background-color: #f2f2f2;
	padding: 90px 0;
}

.craft1 .pic_box{
	float: left;
	width: 44.2%;
	height: 765px;
	overflow: hidden;
	margin-left: 120px;
}

.craft1 .pic_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease-in-out;
}

.craft1 .pic_box img:hover{
	transform: scale(1.1);
}

.craft1 .text{
	float: right;
	margin-right: 106px;
	margin-top: 230px;
}

.craft1 .tit3{
	margin-bottom: 70px;
}

.craft1 .text .text_box{
	font-size: 16px;
	line-height: 36px;
	color: #666666;
}

@media(max-width:1500px){
	.craft1{
		padding: 75px 0;
	}
	.tit3 h2, .tit3 i {
		font-size: 30px;
	}
	.craft1 .pic_box{
		margin-left: 30px;
		height: 650px;
	}
	.craft1 .text{
		margin-right: 30px;
		margin-top: 180px;
	}
	
}

@media(max-width:1200px){
	.craft1{
		padding: 65px 0;
	}
	.tit3 h2, .tit3 i {
		font-size: 26px;
	}
	.craft1 .pic_box{
		height: 550px;
		margin-left: 0;
	}
	.craft1 .text {
		margin-top: 130px;
		margin-right: 0;
	}
	.craft1 .tit3{
		margin-bottom: 50px;
	}
}

@media(max-width:992px){
	.craft1{
		padding: 55px 0;
	}
	.tit3 h2, .tit3 i {
		font-size: 24px;
	}
	.craft1 .pic_box{
		width: 48%;
		height: 500px;
	}
	.craft1 .text{
		width: 47%;
		margin-top: 100px;
	}
	.craft1 .text .text_box{
		font-size: 15px;
		line-height: 32px;
	}
	.craft1 .tit3{
		margin-bottom: 40px;
	}
}

@media(max-width:768px){
	.craft1{
		padding: 45px 0;
	}
	.craft1 .pic_box{
		float: none;
		width: 100%;
		height: 450px;
	}
	.craft1 .text{
		width: 100%;
		float: none;
		margin-bottom: 30px;
		margin-top: 0;
	}
	.craft1 .text .text_box{
		font-size: 14px;
		line-height: 28px;
	}
	.tit3 h2, .tit3 i {
		font-size: 22px;
	}
	.craft1 .tit3{
		margin-bottom: 20px;
	}
}

@media(max-width:580px){
	.craft1{
		padding: 35px 0;
	}
	.tit3 h2, .tit3 i {
		font-size: 19px;
	}
	.tit3 i{
		margin-bottom: 5px;
	}
	.craft1 .pic_box{
		height: 380px;
	}
}

@media(max-width:420px){
	.craft1 .pic_box{
		height: 320px;
	}
}


.craft3{
	padding: 95px 0 125px;
	background-color: #cccccc;
}
.craft3 .text{
	margin-bottom: 65px;
}
.craft3 .text_left{
	float: left;
	margin-top: 15px;
}

.craft3 .text_left i{
	font-size: 60px;
	font-family: 'cen';
	color: #2e3336;
	text-transform: uppercase;
}

.craft3 .text_left h2{
	font-size: 36px;
	color: #2e3336;
}

.craft3 .text_right{
	float: right;
}

.craft3 .text_right h4{
	font-size: 36px;
	color: #2e3336;
	margin-bottom: 30px;
}

.craft3 .text_right p{
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

.craft3 .pic_box{
	width: 100%;
	height: 548px;
	overflow: hidden;
}

.craft3 .pic_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease-in-out;
}

.craft3 .pic_box img:hover{
	transform: scale(1.1);
}

@media(max-width:1500px){
	.craft3{
		padding: 85px 0 100px;
	}
	.craft3 .text_left i{
		font-size: 40px;
	}
	.craft3 .text_left h2{
		margin-top: 5px;
		font-size: 30px;
	}
	.craft3 .text_right h4{
		font-size: 30px;
	}
}

@media(max-width:1300px){
	.craft3{
		padding: 75px 0;
	}
	.craft3 .text{
		margin-bottom: 60px;
	}
	.craft3 .text_left i{
		font-size: 28px;
	}
	.craft3 .text_left h2{
		font-size: 26px;
	}
	.craft3 .text_right h4{
		font-size: 24px;
	}
	.craft3 .pic_box{
		height: 420px;
	}
}

@media(max-width:992px){
	.craft3{
		padding: 60px 0;
	}
	.craft3 .text{
		margin-bottom: 50px;
	}
	.craft3 .text_left i{
		font-size: 24px;
	}
	.craft3 .text_left h2
	{
		font-size: 22px;
	}
	.craft3 .text_right h4{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.craft3 .text_right p{
		font-size: 15px;
	}
	.craft3 .pic_box{
		height: 320px;
	}
}

@media(max-width:768px){
	.craft3{
		padding: 45px 0;
	}
	.craft3 .text{
		margin-bottom: 40px;
	}
	.craft3 .text_left i{
		font-size: 20px;
	}
	.craft3 .text_left h2{
		font-size: 19px;
	}
	.craft3 .text_right h4{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.craft3 .text_right p{
		font-size: 14px;
		line-height: 26px;
	}
	.craft3 .pic_box{
		height: 240px;
	}
}

@media(max-width:580px){
	.craft3{
		padding: 35px 0;
	}
	.craft3 .text{
		margin-bottom: 30px;
	}
	.craft3 .text_left{
		margin-top: 0;
		margin-bottom: 30px;
	}
	.craft3 .text_left,
	.craft3 .text_right{
		float: none;
	}
	.craft3 .pic_box{
		height: 180px;
	}
}


.craft4{
	padding: 110px 0 90px;
}

.craft4 .tit3{
	text-align: center;
	margin-bottom: 85px;
}

.craft4 .item{
	width: 48.6%;
	margin-bottom: 50px;
	transition: all .3s ease-in-out;
}

.craft4 .item:hover{
	transform: translate(0, -10px);
}

.craft4 .item:nth-child(3),
.craft4 .item:nth-child(4){
	margin-bottom: 50px;
}

.craft4 .item .pic_box{
	width: 100%;
	height: 430px;
	overflow: hidden;
}

.craft4 .item .pic_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.craft4 .item .text{
	background-color: #f2f2f2;
	box-sizing: border-box;
	height: 160px;
	padding: 30px 35px 30px;
}

.craft4 .item .text h4{
	font-size: 18px;
	color: #333333;
	margin-bottom: 15px;
}

.craft4 .item .text p{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin-left: 30px;
}

@media(max-width:1500px){
	.craft4 .item .pic_box{
		height: 400px;
	}
}

@media(max-width:1200px){
	.craft4{
		padding: 75px 0;
	}
	.craft4 .item .pic_box{
		height: 350px;
	}
	.craft4 .item .text h4{
		font-size: 17px;
		margin-bottom: 10px;
	}
	.craft4 .item .text p{
		font-size: 15px;
		line-height: 28px;
	}
	.craft4 .item .text{
		padding: 20px 15px;
		height: 130px;
	}
	.craft4 .tit3{
		margin-bottom: 65px;
	}
}

@media(max-width:992px){
	.craft4{
		padding: 60px 0;
	}
	.craft4 .item .pic_box{
		height: 300px;
	}
	.craft4 .item .text p{
		font-size: 14px;
		line-height: 24px;
		margin-left: 0;
	}
	.craft4 .item .text{
		height: 140px;
	}
	.craft4 .item{
		margin-bottom: 40px;
	}
	.craft4 .tit3{
		margin-bottom: 50px;
	}
}

@media(max-width:768px){
	.craft4{
		padding: 45px 0;
	}
	.craft4 .item .text h4{
		font-size: 16px;
	}
	.craft4 .item .pic_box{
		height: 250px;
	}
	.craft4 .item .text{
		height: 145px;
	}
	.craft4 .tit3{
		margin-bottom: 40px;
	}
}

@media(max-width:580px){
	.craft4{
		padding: 40px 0;
	}
	.craft4 .item .pic_box{
		height: 200px;
	}
	.craft4 .item .text h4{
		font-size: 15px;
	}
	.craft4 .item .text p{
		font-size: 12px;
		line-height: 22px;
	}
	.craft4 .tit3{
		margin-bottom: 30px;
	}
}

@media(max-width:500px){
	.craft4 .item{
		width: 100%;
		margin-bottom: 30px;
	}
	.craft4 .item .text{
		height: auto;
	}
	.craft4 .item .pic_box{
		height: 250px;
	}
	.craft4 .item:nth-child(3){
		margin-bottom: 30px;
	}
}


.craft2{
	padding: 110px 0 230px;
}
.craft2 .text{
	float: left;
	margin-top: 350px;
}

.craft2 .text i{
	display: block;
	width: 16px;
	height: 30px;
	background-image: url(../images/craft2_left.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 35px;
}

.craft2 .text .text_box{
	font-size: 16px;
	line-height: 36px;
	color: #666666;
}

.craft2 .pic{
	float: right;
}

.craft2 .pic .item{
	float: left;
}

.craft2 .pic .item:first-child{
	margin-right: 50px;
	margin-top: 165px;
}

.craft2 .pic .item .pic_box{
	width: 555px;
	height: 720px;
	overflow: hidden;
}

.craft2 .pic .item .pic_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease-in-out;
}

.craft2 .pic .item .pic_box img:hover{
	transform: scale(1.1);
}

.craft2 .pic .item p{
	font-size: 16px;
	color: #666;
	text-align: right;
	margin-top: 30px;
}

@media(max-width:1500px){
	.craft2 .pic .item .pic_box{
		width: 450px;
		height: 650px;
	}
}

@media(max-width:1300px){
	.craft2{
		padding: 85px 0;
	}
	.craft2 .pic .item .pic_box{
		width: 400px;
		height: 600px;
	}
	.craft2 .pic .item:first-child{
		margin-top: 100px;
	}
	.craft2 .text{
		margin-top: 200px;
	}
}

@media(max-width:1200px){
	.craft2{
		padding: 75px 0;
	}
	.craft2 .text{
		margin-top: 120px;
	}
	.craft2 .pic .item .pic_box{
		width: 340px;
		height: 520px;
	}
	.craft2 .pic .item:first-child{
		margin-top: 80px;
		margin-right: 30px;
	}
}

@media(max-width:992px){
	.craft2{
		padding: 65px 0;
	}
	.craft2 .text .text_box{
		font-size: 15px;
		line-height: 32px;
	}
	.craft2 .text i{
		margin-bottom: 20px;
		width: 10px;
		height: 20px;
	}
	.craft2 .pic .item .pic_box{
		width: 250px;
		height: 350px;
	}
	.craft2 .text{
		margin-top: 80px;
	}
}

@media(max-width:768px){
	.craft2{
		padding: 50px 0;
	}
	.craft2 .pic,
	.craft2 .text{
		float: none;
	}
	.craft2 .text{
		margin-bottom: 40px;
		margin-top: 0;
	}
	.craft2 .pic .item:first-child{
		margin-top: 50px;
		margin-right: 4%;
	}
	.craft2 .pic .item{
		width: 48%;
	}
	.craft2 .pic .item .pic_box{
		width: 100%;
		height: 400px;
	}
	.craft2 .pic .item p{
		font-size: 14px;
		margin-top: 15px;
	}
}

@media(max-width:580px){
	.craft2{
		padding: 40px 0;
	}
	.craft2 .pic .item .pic_box{
		height: 320px;
	}
	.craft2 .text{
		margin-bottom: 20px;
	}
	.craft2 .text .text_box{
		font-size: 14px;
		line-height: 28px;
	}
	
}

@media(max-width:450px){
	.craft2 .pic .item .pic_box{
		height: 280px;
	}
}


.craft5{
	padding-bottom: 175px;
}
.craft5 .tit3{
	text-align: center;
	margin-bottom: 60px;
}

.craft5 .craft5_box{
	width: 98%;
	margin: 0 auto;
}

.craft5 .item{
	float: left;
	width: 168px;
	cursor: pointer;
	position: relative;
	float: left;
	margin-right: 88px;
}

.craft5 .item:last-child{
	margin-right: 0;
}

.craft5 .item::after{
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 28px;
	height: 26px;
	background-image: url(../images/craft5_icon.png);
	position: absolute;
	top: 75px;
    right: -55px;
}

.craft5 .item:last-child::after{
	display: none;
}

.craft5 .item .circle{
	width: 100%;
	height: 168px;
	border-radius: 50%;
	background-color: #f2f2f2;
	margin-bottom: 30px;
}

.craft5 .item .circle em{
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 22px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.craft5 .item:nth-child(1) .circle em{
	background-image: url(../images/craft5_11.png);
}
.craft5 .item:nth-child(2) .circle em{
	background-image: url(../images/craft5_22.png);
}
.craft5 .item:nth-child(3) .circle em{
	background-image: url(../images/craft5_33.png);
}
.craft5 .item:nth-child(4) .circle em{
	background-image: url(../images/craft5_44.png);
}
.craft5 .item:nth-child(5) .circle em{
	background-image: url(../images/craft5_55.png);
}
.craft5 .item:nth-child(6) .circle em{
	background-image: url(../images/craft5_66.png);
}

.craft5 .item .circle h4{
	font-size: 18px;
	color: #444;
}

.craft5 .item p{
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	height: 48px;
}

.craft5 .item:hover .circle h4{
	color: #fff;
}
.craft5 .item:hover .circle{
	background-color: #016051;
}
.craft5 .item:nth-child(1):hover .circle em{
	background-image: url(../images/craft5_1.png);
}
.craft5 .item:nth-child(2):hover .circle em{
	background-image: url(../images/craft5_2.png);
}
.craft5 .item:nth-child(3):hover .circle em{
	background-image: url(../images/craft5_3.png);
}
.craft5 .item:nth-child(4):hover .circle em{
	background-image: url(../images/craft5_4.png);
}
.craft5 .item:nth-child(5):hover .circle em{
	background-image: url(../images/craft5_5.png);
}
.craft5 .item:nth-child(6):hover .circle em{
	background-image: url(../images/craft5_6.png);
}

@media(max-width:1500px){
	.craft5{
		padding-bottom: 100px;
	}
	.craft5 .item{
		margin-right: 50px;
		width: 150px;
	}
	.craft5 .item .circle{
		height: 150px;
		margin-bottom: 20px;
	}
	.craft5 .item::after{
		right: -43px;
	}
	.craft5 .craft5_box{
		width: 1156px;
	}
	.craft5 .item .circle em{
		margin-bottom: 15px;
	}
}

@media(max-width:1200px){
	.craft5{
		padding-bottom: 85px;
	}
	.craft5 .craft5_box{
		width: 930px;
	}
	.craft5 .item{
		margin-right: 110px;
	}
	.craft5 .item:nth-child(4){
		margin-right: 0;
	}
	.craft5 .item:nth-child(4)::after{
		display: none;
	}
	.craft5 .item::after{
		right: -72px;
	}
	.craft5 .item:nth-child(5),
	.craft5 .item:nth-child(6){
		margin-top: 40px;
	}
}

@media(max-width:992px){
	.craft5{
		padding-bottom: 65px;
	}
	.craft5 .tit3{
		margin-bottom: 50px;
	}
	.craft5 .craft5_box{
		width: 740px;
	}
	.craft5 .item{
		width: 120px;
		margin-right: 85px;
	}
	.craft5 .item .circle{
		height: 120px;
		margin-bottom: 15px;
	}
	.craft5 .item .circle h4{
		font-size: 16px;
	}
	.craft5 .item .circle em{
		width: 30px;
		height: 30px;
	}
	.craft5 .item::after{
		width: 22px;
		height: 20px;
		top: 53px;
		right: -56px;
	}
	.craft5 .item p{
		font-size: 14px;
	}
}

@media(max-width:768px){
	.craft5{
		padding-bottom: 50px;
	}
	.craft5 .tit3{
		margin-bottom: 40px;
	}
	.craft5 .craft5_box{
		width: 540px;
	}
	.craft5 .item{
		margin-right: 120px;
		width: 100px;
	}
	.craft5 .item .circle{
		height: 100px;
	}
	.craft5 .item .circle h4{
		font-size: 15px;
	}
	.craft5 .item .circle em{
		margin-bottom: 10px;
	}
	.craft5 .item:nth-child(3n){
		margin-right: 0;
	}
	.craft5 .item:nth-child(4),
	.craft5 .item:nth-child(5),
	.craft5 .item:nth-child(6){
		
		margin-top: 30px;
	}
	.craft5 .item:nth-child(4),
	.craft5 .item:nth-child(5){
		margin-right: 120px;
	}
	.craft5 .item::after {
		top: 45px;
		right: -72px;
	}
	.craft5 .item:nth-child(3)::after{
		display: none;
	}
	.craft5 .item:nth-child(4)::after{
		display: block;
	}
}

@media(max-width:580px){
	.craft5{
		padding-bottom: 40px;
	}
	.craft5 .tit3{
		margin-bottom: 30px;
	}
	.craft5 .craft5_box{
		width: 450px;
	}
	.craft5 .item{
		margin-right: 75px;
	}
	.craft5 .item:nth-child(4),
	.craft5 .item:nth-child(5){
		margin-right: 75px;
	}
	.craft5 .item::after {
		right: -50px;
	}
	.craft5 .item p{
		font-size: 12px;
		line-height: 20px;
	}
	.craft5 .item .circle{
		margin-bottom: 10px;
	}
}

@media(max-width:480px){
	.craft5 .item .circle h4{
		font-size: 14px;
	}
	.craft5 .craft5_box{
		width: 300px;
	}
	.craft5 .item:nth-child(2n){
		margin-right: 0;
	}
	.craft5 .item{
		margin-right: 100px;
	}
	.craft5 .item:nth-child(3),
	.craft5 .item:nth-child(5){
		margin-right: 100px;
	}
	.craft5 .item:nth-child(3){
		margin-top: 30px;
	}
	.craft5 .item:nth-child(2n)::after{
		display: none;
	}
	.craft5 .item:nth-child(3)::after{
		display: block;
	}
	.craft5 .item::after{
		right: -62px;
	}
}


/* newsv */
.newsv {
	padding-bottom: 60px;
}

.newsv_box {
	box-sizing: border-box;
}

.newsv_box .htit {
	padding: 50px 0;
	text-align: center;
}

.newsv_box .htit h4 {
	font-size: 24px;
	color: #333;
	padding: 6px 0;
}

.newsv_box .htit .date {
	background-color: #f5f5f5;
	margin-top: 20px;
}

.newsv_box .htit .date span {
	font-size: 15px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
}

.newsv_box .htit span.day {
	background-image: url(../images/date.png);
	margin-left: 20px;
	margin-right: 20px;
}

.newsv_box .htit span.count {
	background-image: url(../images/view.png);
}

.newsv_box .text_box {
	font-size: 15px;
	color: #333;
	line-height: 26px;
	padding-bottom: 40px;
}

.newsv_box .next_group {
	/* height: 65px; */
	padding: 20px 55px;
	box-sizing: border-box;
	font-size: 15px;
	color: #444;
	background-color: #f5f5f5;
}

.newsv_box .next_group a {
	display: inline-block;
	padding: 0 20px;
	position: relative;
}

.newsv_box .next_group a.newsv_left {
	float: left;
}

.newsv_box .next_group a.newsv_left::before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
	width: 10px;
	height: 20px;
	background-size: auto 10px;
	background: url(../images/newsleft.png) center center no-repeat;
}

.newsv_box .next_group a.newsv_right {
	float: right;
}

.newsv_box .next_group a.newsv_right::before {
	position: absolute;
	right: 0px;
	top: 0px;
	content: '';
	width: 10px;
	height: 20px;
	background-size: auto 10px;
	background: url(../images/newsright.png) center center no-repeat;
}

.newsv_box .next_group a:hover {
	text-decoration: underline;
}

@media (max-width:1500px) {
	/* .newsv_box {
		padding: 0 15px;
	} */
}

@media(max-width:1200px) {

	.newsv_box .next_group a.newsv_left,
	.newsv_box .next_group a.newsv_right {
		float: none;
		margin: 10px 0;
	}
}

@media (max-width:768px) {
	.newsv_box .htit h4{
		font-size: 20px;
	}
	.newsv_box .htit {
		padding: 25px 0;
	}

	.newsv_box .htit h2 {
		font-size: 18px;
	}

	.newsv_box .next_group {
		font-size: 14px;
		/* height: 45px; */
		padding: 10px 30px;
	}
}

@media (max-width:500px) {
	.newsv {
		padding-bottom: 40px;
	}

	.newsv_box .htit h2 {
		font-size: 16px;
	}

	.newsv_box .htit p {
		font-size: 14px;
	}

	.newsv_box .next_group {
		padding: 10px 15px;
	}

	.newsv_box .next_group a {
		width: 100%;
		padding: 0 0px 0 20px;
	}

	.newsv_box .next_group a.newsv_right {
		/* float: left; */
		margin-top: 10px;
	}

	.newsv_box .next_group a.newsv_right::before {
		left: 0px;
	}

}

.newsv .newsv_box .text_box video,
.newsv .newsv_box .text_box iframe {
	display: block;
	width: 90% !important;
	margin: 0 auto;
}

.newsv .newsv_box .text_box iframe {
	height: 750px;
}

@media(max-width:1200px) {
	.newsv .newsv_box .text_box iframe {
		height: 650px;
	}
}

@media(max-width:992px) {
	.newsv .newsv_box .text_box iframe {
		height: 550px;
	}
}

@media(max-width:768px) {
	.newsv .newsv_box .text_box iframe {
		height: 450px;
	}
}

@media(max-width:680px) {
	.newsv .newsv_box .text_box iframe {
		height: 400px;
	}
}</pre></body></html>